Skip to content

Commit 898adc1

Browse files
authored
PIN: Cap scipy for python 3.7 (#216)
* PIN: Cap scipy for python 3.7 * MAINT: Bump minimum niworkflows * Remove ancient pin
1 parent 8b25733 commit 898adc1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,10 @@ install_requires =
2424
nibabel >= 3.0.1
2525
nipype >= 1.5.1
2626
nitime
27-
niworkflows ~= 1.5.3
27+
niworkflows ~= 1.5.4
2828
numpy >= 1.16.5
2929
pybids >= 0.12.1
30+
scipy ~= 1.6.0; python_version<'3.8'
3031
sdcflows ~= 2.0.12
3132
smriprep ~= 0.8.1
3233
templateflow >= 0.6.0

0 commit comments

Comments
 (0)