Skip to content

Commit cfc689a

Browse files
committed
[skip ci] restore version constrains, remove nitime as a dep
1 parent a81ac03 commit cfc689a

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

fmriprep/__about__.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,18 +88,17 @@
8888
'nibabel>=2.2.1',
8989
'nilearn',
9090
'nipype>=1.1.6',
91-
'nitime',
92-
'niworkflows',
91+
'niworkflows<0.9.0a0,>=0.8.0',
9392
'numpy',
9493
'pandas',
9594
'psutil>=5.4',
96-
'pybids',
95+
'pybids<0.8.0a0,>=0.7.1',
9796
'pyyaml',
9897
'scikit-image',
9998
'smriprep<0.2.0a0,>=0.1.0',
10099
'statsmodels',
101100
'tedana>=0.0.5',
102-
'templateflow',
101+
'templateflow<0.2.0a0,>=0.1.0',
103102
]
104103

105104

0 commit comments

Comments
 (0)