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 @@ -110,6 +110,7 @@ def get_nipype_gitversion():
110110FUTURE_MIN_VERSION = "0.16.0"
111111SIMPLEJSON_MIN_VERSION = "3.8.0"
112112PROV_VERSION = "1.5.2"
113+ RDFLIB_MIN_VERSION = "5.0.0"
113114CLICK_MIN_VERSION = "6.6.0"
114115PYDOT_MIN_VERSION = "1.2.3"
115116
@@ -144,17 +145,14 @@ def get_nipype_gitversion():
144145 "pydot>=%s" % PYDOT_MIN_VERSION ,
145146 "pydotplus" ,
146147 "python-dateutil>=%s" % DATEUTIL_MIN_VERSION ,
148+ "rdflib>=%s" % RDFLIB_MIN_VERSION ,
147149 "scipy>=%s" % SCIPY_MIN_VERSION ,
148150 "simplejson>=%s" % SIMPLEJSON_MIN_VERSION ,
149151 "traits>=%s,!=5.0" % TRAITS_MIN_VERSION ,
150152 "filelock>=3.0.0" ,
151153 "etelemetry>=0.2.0" ,
152154]
153155
154- # neurdflib has to come after prov
155- # https://github.com/nipy/nipype/pull/2961#issuecomment-512035484
156- REQUIRES += ["neurdflib" ]
157-
158156TESTS_REQUIRES = [
159157 "codecov" ,
160158 "coverage<5" ,
Original file line number Diff line number Diff line change 22click >= 6.6.0
33networkx >= 1.9
44nibabel >= 2.1.0
5- numpy >= 1.12 ; python_version < "3.7"
5+ numpy >= 1.13 ; python_version < "3.7"
66numpy >= 1.15.3 ; python_version >= "3.7"
77packaging
88prov >= 1.5.2
99pydot >= 1.2.3
1010pydotplus
1111python-dateutil >= 2.2
12+ rdflib >= 5.0.0
1213scipy >= 0.14
1314simplejson >= 3.8.0
1415traits >= 4.6 ,!= 5.0
1516filelock >= 3.0.0
16- etelemetry
17- neurdflib
17+ etelemetry >= 0.2.0
You can’t perform that action at this time.
0 commit comments