Skip to content

Commit

Permalink
MNT: Pin rdflib >=5
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Apr 18, 2020
1 parent 828cd92 commit 58dde80
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
6 changes: 2 additions & 4 deletions nipype/info.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ def get_nipype_gitversion():
FUTURE_MIN_VERSION = "0.16.0"
SIMPLEJSON_MIN_VERSION = "3.8.0"
PROV_VERSION = "1.5.2"
RDFLIB_MIN_VERSION = "5.0.0"
CLICK_MIN_VERSION = "6.6.0"
PYDOT_MIN_VERSION = "1.2.3"

Expand Down Expand Up @@ -144,17 +145,14 @@ def get_nipype_gitversion():
"pydot>=%s" % PYDOT_MIN_VERSION,
"pydotplus",
"python-dateutil>=%s" % DATEUTIL_MIN_VERSION,
"rdflib>=%s" % RDFLIB_MIN_VERSION,
"scipy>=%s" % SCIPY_MIN_VERSION,
"simplejson>=%s" % SIMPLEJSON_MIN_VERSION,
"traits>=%s,!=5.0" % TRAITS_MIN_VERSION,
"filelock>=3.0.0",
"etelemetry>=0.2.0",
]

# neurdflib has to come after prov
# https://github.com/nipy/nipype/pull/2961#issuecomment-512035484
REQUIRES += ["neurdflib"]

TESTS_REQUIRES = [
"codecov",
"coverage<5",
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
click>=6.6.0
networkx>=1.9
nibabel>=2.1.0
numpy>=1.12 ; python_version < "3.7"
numpy>=1.13 ; python_version < "3.7"
numpy>=1.15.3 ; python_version >= "3.7"
packaging
prov>=1.5.2
pydot>=1.2.3
pydotplus
python-dateutil>=2.2
rdflib>=5.0.0
scipy>=0.14
simplejson>=3.8.0
traits>=4.6,!=5.0
filelock>=3.0.0
etelemetry
neurdflib
etelemetry>=0.2.0

0 comments on commit 58dde80

Please sign in to comment.