Skip to content

Commit 62f09e0

Browse files
committed
MNT: Pin rdflib >=5
1 parent 1d757d0 commit 62f09e0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

nipype/info.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ def get_nipype_gitversion():
109109
FUTURE_MIN_VERSION = "0.16.0"
110110
SIMPLEJSON_MIN_VERSION = "3.8.0"
111111
PROV_VERSION = "1.5.2"
112+
RDFLIB_VERSION = "5.0.0"
112113
CLICK_MIN_VERSION = "6.6.0"
113114
PYDOT_MIN_VERSION = "1.2.3"
114115

@@ -143,7 +144,7 @@ def get_nipype_gitversion():
143144
"pydot>=%s" % PYDOT_MIN_VERSION,
144145
"pydotplus",
145146
"python-dateutil>=%s" % DATEUTIL_MIN_VERSION,
146-
"rdflib @ git+https://github.com/rdflib/rdflib.git@master",
147+
"rdflib>=%s" % RDFLIB_MIN_VERSION,
147148
"scipy>=%s" % SCIPY_MIN_VERSION,
148149
"simplejson>=%s" % SIMPLEJSON_MIN_VERSION,
149150
"traits>=%s,!=5.0" % TRAITS_MIN_VERSION,

0 commit comments

Comments
 (0)