Skip to content

Commit 55ec1da

Browse files
committed
[skip ci] Fix some borked dependency restrictions
1 parent 2417714 commit 55ec1da

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

fmriprep/__about__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,11 +89,11 @@
8989
'nilearn',
9090
'nipype>=1.1.6',
9191
'nitime',
92-
'niworkflows>=0.7.0,<0.8.0a',
92+
'niworkflows>=0.7.0,<0.8.0a0',
9393
'numpy',
9494
'pandas',
9595
'psutil>=5.4',
96-
'pybids>=0.7.0,<8',
96+
'pybids>=0.7.0,<0.8.0a0',
9797
'pyyaml',
9898
'scikit-image',
9999
'smriprep',

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pybids>=0.7.0,<0.8
2-
niworkflows>=0.7.0,<0.8.0a
1+
pybids>=0.7.0,<0.8.0a0
2+
niworkflows>=0.7.0,<0.8.0a0
33
git+https://github.com/oesteban/smriprep.git@2ad4639b308a5d13183819e13bcb3ca6d4d93eac#smriprep-0.0.4
44
templateflow>=0.0.4

0 commit comments

Comments
 (0)