Skip to content

Commit b1f7b93

Browse files
committed
allow prov to use latest release
1 parent fc2c5b4 commit b1f7b93

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

nipype/info.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ def get_nipype_gitversion():
137137
'traits>=%s' % TRAITS_MIN_VERSION,
138138
'future>=%s' % FUTURE_MIN_VERSION,
139139
'simplejson>=%s' % SIMPLEJSON_MIN_VERSION,
140-
'prov==%s' % PROV_VERSION,
140+
'prov>=%s' % PROV_VERSION,
141141
'click>=%s' % CLICK_MIN_VERSION,
142142
'funcsigs',
143143
'pytest>=%s' % PYTEST_MIN_VERSION,

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ python-dateutil>=1.5
66
nibabel>=2.1.0
77
future>=0.16.0
88
simplejson>=3.8.0
9-
prov==1.5.0
9+
prov>=1.5.0
1010
click>=6.6.0
1111
funcsigs
1212
configparser

0 commit comments

Comments
 (0)