We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc2c5b4 commit b1f7b93Copy full SHA for b1f7b93
nipype/info.py
@@ -137,7 +137,7 @@ def get_nipype_gitversion():
137
'traits>=%s' % TRAITS_MIN_VERSION,
138
'future>=%s' % FUTURE_MIN_VERSION,
139
'simplejson>=%s' % SIMPLEJSON_MIN_VERSION,
140
- 'prov==%s' % PROV_VERSION,
+ 'prov>=%s' % PROV_VERSION,
141
'click>=%s' % CLICK_MIN_VERSION,
142
'funcsigs',
143
'pytest>=%s' % PYTEST_MIN_VERSION,
requirements.txt
@@ -6,7 +6,7 @@ python-dateutil>=1.5
6
nibabel>=2.1.0
7
future>=0.16.0
8
simplejson>=3.8.0
9
-prov==1.5.0
+prov>=1.5.0
10
click>=6.6.0
11
funcsigs
12
configparser
0 commit comments