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 6ae61ed + ffb5a66 commit 97a3c0dCopy full SHA for 97a3c0d
setup.py
@@ -50,7 +50,9 @@
50
'libNeuroML>=0.2.52',
51
'neuromllite>=0.2.2',
52
'matplotlib',
53
- 'graphviz'],
+ 'graphviz',
54
+ 'typing; python_version<"3.5"'
55
+ ],
56
dependency_links=[
57
'git+https://github.com/NeuralEnsemble/libNeuroML.git@development#egg=libNeuroML',
58
'git+https://github.com/NeuroML/NeuroMLlite.git#egg=neuromllite'
0 commit comments