Skip to content

Commit 9915615

Browse files
committed
PIN: prov==1.5.0
1 parent 9b0686d commit 9915615

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

nipype/info.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ def get_nipype_gitversion():
105105
PYTEST_MIN_VERSION = '3.0'
106106
FUTURE_MIN_VERSION = '0.16.0'
107107
SIMPLEJSON_MIN_VERSION = '3.8.0'
108-
PROV_MIN_VERSION = '1.5.0'
108+
PROV_VERSION = '1.5.0'
109109
CLICK_MIN_VERSION = '6.6.0'
110110

111111
NAME = 'nipype'
@@ -136,7 +136,7 @@ def get_nipype_gitversion():
136136
'traits>=%s' % TRAITS_MIN_VERSION,
137137
'future>=%s' % FUTURE_MIN_VERSION,
138138
'simplejson>=%s' % SIMPLEJSON_MIN_VERSION,
139-
'prov>=%s' % PROV_MIN_VERSION,
139+
'prov==%s' % PROV_VERSION,
140140
'click>=%s' % CLICK_MIN_VERSION,
141141
'funcsigs',
142142
'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

rtd_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
funcsigs
1111
configparser
1212
pytest>=3.0

0 commit comments

Comments
 (0)