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.
2 parents 4b0efdb + 2ee002c commit 63ec404Copy full SHA for 63ec404
pyneuroml/__init__.py
@@ -1,6 +1,6 @@
1
import logging
2
3
-__version__ = "1.0.4"
+__version__ = "1.0.5"
4
5
JNEUROML_VERSION = "0.12.2"
6
requirements.txt
@@ -4,7 +4,6 @@ matplotlib
graphviz
vispy
pyqt5
7
-modelspec>=0.1.3
8
NEURON
9
ppft
10
setup.py
@@ -94,8 +94,8 @@
94
install_requires=[
95
"pylems>=0.5.7",
96
"airspeed>=0.5.5",
97
- "neuromllite>=0.4.1", # sets dependency for libNeuroML also
98
- "libNeuroML>=0.3.1",
+ "neuromllite>=0.5.4",
+ "libNeuroML>=0.5.1",
99
"matplotlib",
100
"matplotlib-scalebar",
101
"graphviz",
0 commit comments