File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 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():
108108PYTEST_MIN_VERSION = '3.0'
109109FUTURE_MIN_VERSION = '0.16.0'
110110SIMPLEJSON_MIN_VERSION = '3.8.0'
111- PROV_VERSION = '1.5.0 '
111+ PROV_VERSION = '1.5.2 '
112112CLICK_MIN_VERSION = '6.6.0'
113113PYDOT_MIN_VERSION = '1.2.3'
114114
@@ -139,7 +139,8 @@ def get_nipype_gitversion():
139139 'traits>=%s' % TRAITS_MIN_VERSION ,
140140 'future>=%s' % FUTURE_MIN_VERSION ,
141141 'simplejson>=%s' % SIMPLEJSON_MIN_VERSION ,
142- 'prov==%s' % PROV_VERSION ,
142+ 'prov>=%s' % PROV_VERSION ,
143+ 'neurdflib' ,
143144 'click>=%s' % CLICK_MIN_VERSION ,
144145 'funcsigs' ,
145146 'pytest>=%s' % PYTEST_MIN_VERSION ,
Original file line number Diff line number Diff line change @@ -6,7 +6,8 @@ python-dateutil>=2.2
66nibabel >= 2.1.0
77future >= 0.16.0
88simplejson >= 3.8.0
9- prov == 1.5.0
9+ prov >= 1.5.2
10+ neurdflib
1011click >= 6.6.0
1112funcsigs
1213configparser
You can’t perform that action at this time.
0 commit comments