@@ -56,6 +56,7 @@ def get_nipype_gitversion():
5656 "Operating System :: POSIX :: Linux" ,
5757 "Programming Language :: Python :: 3.6" ,
5858 "Programming Language :: Python :: 3.7" ,
59+ "Programming Language :: Python :: 3.8" ,
5960 "Topic :: Scientific/Engineering" ,
6061]
6162PYTHON_REQUIRES = ">= 3.6"
@@ -109,6 +110,7 @@ def get_nipype_gitversion():
109110FUTURE_MIN_VERSION = "0.16.0"
110111SIMPLEJSON_MIN_VERSION = "3.8.0"
111112PROV_VERSION = "1.5.2"
113+ RDFLIB_MIN_VERSION = "5.0.0"
112114CLICK_MIN_VERSION = "6.6.0"
113115PYDOT_MIN_VERSION = "1.2.3"
114116
@@ -143,17 +145,14 @@ def get_nipype_gitversion():
143145 "pydot>=%s" % PYDOT_MIN_VERSION ,
144146 "pydotplus" ,
145147 "python-dateutil>=%s" % DATEUTIL_MIN_VERSION ,
148+ "rdflib>=%s" % RDFLIB_MIN_VERSION ,
146149 "scipy>=%s" % SCIPY_MIN_VERSION ,
147150 "simplejson>=%s" % SIMPLEJSON_MIN_VERSION ,
148151 "traits>=%s,!=5.0" % TRAITS_MIN_VERSION ,
149152 "filelock>=3.0.0" ,
150153 "etelemetry>=0.2.0" ,
151154]
152155
153- # neurdflib has to come after prov
154- # https://github.com/nipy/nipype/pull/2961#issuecomment-512035484
155- REQUIRES += ["neurdflib" ]
156-
157156TESTS_REQUIRES = [
158157 "codecov" ,
159158 "coverage<5" ,
0 commit comments