Skip to content

Commit 73726de

Browse files
committed
fix niworkflows pin
1 parent c30cd4f commit 73726de

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

fmriprep/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
'nilearn',
9191
'nipype>=1.1.6',
9292
'nitime',
93-
'niworkflows>=0.5.4,<0.6',
93+
'niworkflows>=0.5.3.post6,<0.5.4',
9494
'numpy',
9595
'pandas',
9696
'psutil>=5.4',

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
grabbit==0.2.3
22
pybids==0.6.5
3-
niworkflows>=0.5.4,<0.6
3+
niworkflows>=0.5.3.post6,<0.5.4

0 commit comments

Comments
 (0)