Skip to content

Commit 5d05fd6

Browse files
committed
fix(deps): pin nilearn<5.0.0a0. Close #1584
1 parent ba4ebeb commit 5d05fd6

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

docs/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dependencies:
2727
- doctest-ignore-unicode
2828
- svgutils
2929
- nitime
30-
- nilearn
30+
- nilearn<5.0.0a
3131
- niworkflows<0.9.0a0,>=0.8.1
3232
- smriprep
3333
- tedana>=0.0.5

fmriprep/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
REQUIRES = [
8787
'indexed_gzip>=0.8.8',
8888
'nibabel>=2.2.1',
89-
'nilearn',
89+
'nilearn<5.0.0a0',
9090
'nipype>=1.1.6',
9191
'nitime',
9292
'niworkflows',

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
nilearn<5.0.0a0
12
git+https://github.com/poldracklab/niworkflows.git@b7d111c8fd36a099c74be5e7671677eedb175533#egg=niworkflows
23
git+https://github.com/poldracklab/smriprep.git@423bcc43ab7300177eb3b98da62817b2cad8eb87#egg=smriprep-0.1.0
34
templateflow<0.2.0a0,>=0.1.3

0 commit comments

Comments
 (0)