Skip to content

Commit 2ee002c

Browse files
committed
Update required versions libnml & nmllite & to v1.0.5
1 parent c904752 commit 2ee002c

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

pyneuroml/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import logging
22

3-
__version__ = "1.0.4"
3+
__version__ = "1.0.5"
44

55
JNEUROML_VERSION = "0.12.2"
66

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ matplotlib
44
graphviz
55
vispy
66
pyqt5
7-
modelspec>=0.1.3
87
NEURON
98
ppft
109

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@
9494
install_requires=[
9595
"pylems>=0.5.7",
9696
"airspeed>=0.5.5",
97-
"neuromllite>=0.4.1", # sets dependency for libNeuroML also
98-
"libNeuroML>=0.3.1",
97+
"neuromllite>=0.5.4",
98+
"libNeuroML>=0.5.1",
9999
"matplotlib",
100100
"matplotlib-scalebar",
101101
"graphviz",

0 commit comments

Comments
 (0)