We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a35cf8c commit 917b7a5Copy full SHA for 917b7a5
setup.py
@@ -15,7 +15,7 @@
15
16
setuptools.setup(
17
name="netpyne_ui",
18
- version="0.7.0",
+ version="0.8.0",
19
url="https://github.com/MetaCell/NetPyNE-UI",
20
author="MetaCell",
21
author_email="[email protected]",
@@ -38,7 +38,7 @@
38
],
39
install_requires=[
40
'jupyter-geppetto>=1.0.0',
41
- 'NEURON>=7.8.0'
42
- 'netpyne>=1.0.0'
+ 'NEURON>=8.0.2'
+ 'netpyne>=1.0.2.1'
43
44
)
0 commit comments