Skip to content

Commit 5cd8484

Browse files
committed
FIX: Update requirements.txt post-1.4
1 parent 7dd3b37 commit 5cd8484

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

requirements.txt

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,16 @@
11
click>=6.6.0
2-
configparser
3-
funcsigs
4-
future>=0.16.0
52
networkx>=1.9
63
nibabel>=2.1.0
7-
numpy>=1.9.0
4+
numpy>=1.9.0 ; python_version < "3.7"
5+
numpy>=1.15.3 ; python_version >= "3.7"
86
packaging
9-
pathlib2
107
prov>=1.5.2
11-
lxml<4.4.0 ; python_version == "3.4"
128
neurdflib
139
pydot>=1.2.3
1410
pydotplus
1511
python-dateutil>=2.2
1612
scipy>=0.14
1713
simplejson>=3.8.0
18-
traits>=4.6
19-
filelock>= 3.0.0
20-
etelemetry
14+
traits>=4.6,!=5.0
15+
filelock>=3.0.0
16+
etelemetry

0 commit comments

Comments
 (0)