Skip to content

Commit 265ba8f

Browse files
Merge pull request #742 from MetaCell/enicolasgomez-patch-1
Update setup.py
2 parents 5f3edfe + 1f51e52 commit 265ba8f

2 files changed

Lines changed: 12 additions & 6 deletions

File tree

requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ mistune==0.8.4
4242
multimethod==1.3
4343
nbconvert==5.6.1
4444
nbformat==5.0.6
45-
neuromllite==0.1.9
46-
netpyne==1.0.3.1
47-
NEURON==8.0.2
45+
neuromllite==0.5.1
46+
netpyne==1.0.4.1
47+
NEURON==8.2.2
4848
numpy==1.18.5
4949
oauthlib==3.0.1
5050
optuna==2.10.1
@@ -66,7 +66,7 @@ pygeppetto==0.8.1
6666
Pygments==2.6.1
6767
PyJWT==1.7.1
6868
PyLEMS==0.4.9.3
69-
pyNeuroML==0.3.15
69+
pyNeuroML>=0.7.1
7070
pyOpenSSL==19.1.0
7171
pyparsing==2.4.7
7272
pyrsistent==0.16.0

setup.py

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,13 @@
3838
],
3939
install_requires=[
4040
'jupyter-geppetto>=1.0.0',
41-
'NEURON>=8.0.2',
42-
'netpyne>=1.0.2.1'
41+
'NEURON>=8.2.2',
42+
'netpyne>=1.0.4.1',
43+
'neuromllite==0.5.1',
44+
'pyNeuroML>=0.7.1',
45+
'sentry_sdk>=1.5.2',
46+
'dacite>=1.6.0',
47+
'h5py>=3.7.0',
48+
'jsonpickle>=2.1.0',
4349
],
4450
)

0 commit comments

Comments
 (0)