Skip to content

Commit 31188bd

Browse files
committed
Merge branch 'ds005/fix-master' into rmaster
2 parents 9f1194a + 1eafe9c commit 31188bd

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
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!=0.5.0,!=0.5.1
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!=0.5.0,!=0.5.1',
9090
'nipype',
9191
'nitime',
9292
'niworkflows',

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
git+https://github.com/poldracklab/smriprep.git@423bcc43ab7300177eb3b98da62817b2cad8eb87#egg=smriprep-0.1.0
1+
nilearn!=0.5.0,!=0.5.1
22
git+https://github.com/rciric/nipype.git@4c1af8aca7191aff7568ef0a8009144839759f5c#egg=nipype
33
git+https://github.com/rciric/niworkflows.git@a7d976dddb0d7e266822cecc16c9ee3a2c3ba1cf#egg=niworkflows
4+
git+https://github.com/poldracklab/smriprep.git@423bcc43ab7300177eb3b98da62817b2cad8eb87#egg=smriprep-0.1.0
45
templateflow<0.2.0a0,>=0.1.3

0 commit comments

Comments
 (0)