File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ def get_nipype_gitversion():
105
105
PYTEST_MIN_VERSION = '3.0'
106
106
FUTURE_MIN_VERSION = '0.16.0'
107
107
SIMPLEJSON_MIN_VERSION = '3.8.0'
108
- PROV_MIN_VERSION = '1.5.0'
108
+ PROV_VERSION = '1.5.0'
109
109
CLICK_MIN_VERSION = '6.6.0'
110
110
111
111
NAME = 'nipype'
@@ -136,7 +136,7 @@ def get_nipype_gitversion():
136
136
'traits>=%s' % TRAITS_MIN_VERSION ,
137
137
'future>=%s' % FUTURE_MIN_VERSION ,
138
138
'simplejson>=%s' % SIMPLEJSON_MIN_VERSION ,
139
- 'prov>= %s' % PROV_MIN_VERSION ,
139
+ 'prov== %s' % PROV_VERSION ,
140
140
'click>=%s' % CLICK_MIN_VERSION ,
141
141
'funcsigs' ,
142
142
'pytest>=%s' % PYTEST_MIN_VERSION ,
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ python-dateutil>=1.5
6
6
nibabel >= 2.1.0
7
7
future >= 0.16.0
8
8
simplejson >= 3.8.0
9
- prov > =1.5.0
9
+ prov = =1.5.0
10
10
click >= 6.6.0
11
11
funcsigs
12
12
configparser
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ python-dateutil>=1.5
6
6
nibabel>=2.1.0
7
7
future>=0.16.0
8
8
simplejson>=3.8.0
9
- prov> =1.5.0
9
+ prov= =1.5.0
10
10
funcsigs
11
11
configparser
12
12
pytest>=3.0
You can’t perform that action at this time.
0 commit comments