File tree 2 files changed +5
-3
lines changed
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ def get_nipype_gitversion():
108
108
PYTEST_MIN_VERSION = '3.0'
109
109
FUTURE_MIN_VERSION = '0.16.0'
110
110
SIMPLEJSON_MIN_VERSION = '3.8.0'
111
- PROV_VERSION = '1.5.0 '
111
+ PROV_VERSION = '1.5.2 '
112
112
CLICK_MIN_VERSION = '6.6.0'
113
113
PYDOT_MIN_VERSION = '1.2.3'
114
114
@@ -139,7 +139,8 @@ def get_nipype_gitversion():
139
139
'traits>=%s' % TRAITS_MIN_VERSION ,
140
140
'future>=%s' % FUTURE_MIN_VERSION ,
141
141
'simplejson>=%s' % SIMPLEJSON_MIN_VERSION ,
142
- 'prov==%s' % PROV_VERSION ,
142
+ 'prov>=%s' % PROV_VERSION ,
143
+ 'neurdflib' ,
143
144
'click>=%s' % CLICK_MIN_VERSION ,
144
145
'funcsigs' ,
145
146
'pytest>=%s' % PYTEST_MIN_VERSION ,
Original file line number Diff line number Diff line change @@ -6,7 +6,8 @@ python-dateutil>=2.2
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.2
10
+ neurdflib
10
11
click >= 6.6.0
11
12
funcsigs
12
13
configparser
You can’t perform that action at this time.
0 commit comments