Skip to content

Commit 97a3c0d

Browse files
Merge pull request #123 from NeuroML/feat/add-typing-req
improvement: add typing as requirements for py<3.5
2 parents 6ae61ed + ffb5a66 commit 97a3c0d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,9 @@
5050
'libNeuroML>=0.2.52',
5151
'neuromllite>=0.2.2',
5252
'matplotlib',
53-
'graphviz'],
53+
'graphviz',
54+
'typing; python_version<"3.5"'
55+
],
5456
dependency_links=[
5557
'git+https://github.com/NeuralEnsemble/libNeuroML.git@development#egg=libNeuroML',
5658
'git+https://github.com/NeuroML/NeuroMLlite.git#egg=neuromllite'

0 commit comments

Comments
 (0)