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 7dd3b37 commit 5cd8484Copy full SHA for 5cd8484
requirements.txt
@@ -1,20 +1,16 @@
1
click>=6.6.0
2
-configparser
3
-funcsigs
4
-future>=0.16.0
5
networkx>=1.9
6
nibabel>=2.1.0
7
-numpy>=1.9.0
+numpy>=1.9.0 ; python_version < "3.7"
+numpy>=1.15.3 ; python_version >= "3.7"
8
packaging
9
-pathlib2
10
prov>=1.5.2
11
-lxml<4.4.0 ; python_version == "3.4"
12
neurdflib
13
pydot>=1.2.3
14
pydotplus
15
python-dateutil>=2.2
16
scipy>=0.14
17
simplejson>=3.8.0
18
-traits>=4.6
19
-filelock>= 3.0.0
20
-etelemetry
+traits>=4.6,!=5.0
+filelock>=3.0.0
+etelemetry
0 commit comments