File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -109,6 +109,7 @@ def get_nipype_gitversion():
109
109
FUTURE_MIN_VERSION = "0.16.0"
110
110
SIMPLEJSON_MIN_VERSION = "3.8.0"
111
111
PROV_VERSION = "1.5.2"
112
+ RDFLIB_MIN_VERSION = "5.0.0"
112
113
CLICK_MIN_VERSION = "6.6.0"
113
114
PYDOT_MIN_VERSION = "1.2.3"
114
115
@@ -143,17 +144,14 @@ def get_nipype_gitversion():
143
144
"pydot>=%s" % PYDOT_MIN_VERSION ,
144
145
"pydotplus" ,
145
146
"python-dateutil>=%s" % DATEUTIL_MIN_VERSION ,
147
+ "rdflib>=%s" % RDFLIB_MIN_VERSION ,
146
148
"scipy>=%s" % SCIPY_MIN_VERSION ,
147
149
"simplejson>=%s" % SIMPLEJSON_MIN_VERSION ,
148
150
"traits>=%s,!=5.0" % TRAITS_MIN_VERSION ,
149
151
"filelock>=3.0.0" ,
150
152
"etelemetry>=0.2.0" ,
151
153
]
152
154
153
- # neurdflib has to come after prov
154
- # https://github.com/nipy/nipype/pull/2961#issuecomment-512035484
155
- REQUIRES += ["neurdflib" ]
156
-
157
155
TESTS_REQUIRES = [
158
156
"codecov" ,
159
157
"coverage<5" ,
Original file line number Diff line number Diff line change 2
2
click >= 6.6.0
3
3
networkx >= 1.9
4
4
nibabel >= 2.1.0
5
- numpy >= 1.12 ; python_version < "3.7"
5
+ numpy >= 1.13 ; python_version < "3.7"
6
6
numpy >= 1.15.3 ; python_version >= "3.7"
7
7
packaging
8
8
prov >= 1.5.2
9
9
pydot >= 1.2.3
10
10
pydotplus
11
11
python-dateutil >= 2.2
12
+ rdflib >= 5.0.0
12
13
scipy >= 0.14
13
14
simplejson >= 3.8.0
14
15
traits >= 4.6 ,!= 5.0
15
16
filelock >= 3.0.0
16
- etelemetry
17
- neurdflib
17
+ etelemetry >= 0.2.0
You can’t perform that action at this time.
0 commit comments