File tree Expand file tree Collapse file tree 4 files changed +11
-8
lines changed Expand file tree Collapse file tree 4 files changed +11
-8
lines changed Original file line number Diff line number Diff line change @@ -318,7 +318,9 @@ jobs:
318
318
apt-get install -y graphviz
319
319
- run :
320
320
name : Install fMRIPrep
321
- command : python -m pip install ".[doc]"
321
+ command : |
322
+ python -m pip install -r requirements.txt
323
+ python -m pip install ".[doc]"
322
324
- run :
323
325
name : Build documentation
324
326
command : make SPHINXOPTS="-W" -C docs html
Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ dependencies:
28
28
- svgutils
29
29
- nitime
30
30
- nilearn!=0.5.0,!=0.5.1
31
- - niworkflows<0.9.0a0,>=0.8.1
32
- - smriprep
33
31
- tedana>=0.0.5
32
+ - git+https://github.com/effigies/niworkflows.git@e6a277ee5e47be5f8148b136b7201c9beb8e70a3#egg=niworkflows
33
+ - git+https://github.com/poldracklab/smriprep.git@f1cfc37bcdc346549dbf1d037cdade3a3b32d5de#egg=smriprep
34
+ - templateflow<0.2.0a0,>=0.1.3
Original file line number Diff line number Diff line change 89
89
'nilearn!=0.5.0,!=0.5.1' ,
90
90
'nipype>=1.1.6' ,
91
91
'nitime' ,
92
- 'niworkflows' ,
92
+ 'niworkflows>=0.9 ' ,
93
93
'numpy' ,
94
94
'pandas' ,
95
95
'psutil>=5.4' ,
96
96
'pybids<0.8.0a0,>=0.7.1' ,
97
97
'pyyaml' ,
98
98
'scikit-image' ,
99
- 'smriprep' ,
99
+ 'smriprep>=0.2.0a ' ,
100
100
'statsmodels' ,
101
101
'tedana>=0.0.5' ,
102
102
'templateflow<0.2.0a0,>=0.1.3' ,
107
107
'git+https://github.com/poldracklab/niworkflows.git@'
108
108
'076aed98962b10d107c83110c05e42466a89bbc4#egg=niworkflows' ,
109
109
'git+https://github.com/poldracklab/smriprep.git@'
110
- 'f1cfc37bcdc346549dbf1d037cdade3a3b32d5de#egg=smriprep-0.1.0 ' ,
110
+ 'f1cfc37bcdc346549dbf1d037cdade3a3b32d5de#egg=smriprep' ,
111
111
]
112
112
113
113
TESTS_REQUIRES = [
Original file line number Diff line number Diff line change 1
1
nilearn != 0.5.0 ,!= 0.5.1
2
- git+https://github.com/poldracklab /niworkflows.git@076aed98962b10d107c83110c05e42466a89bbc4 #egg=niworkflows
3
- git+https://github.com/poldracklab/smriprep.git@f1cfc37bcdc346549dbf1d037cdade3a3b32d5de#egg=smriprep-0.1.0
2
+ git+https://github.com/effigies /niworkflows.git@5e9daf0b08fcad2b17350a71ecaf71fa9ce4eff7 #egg=niworkflows
3
+ git+https://github.com/poldracklab/smriprep.git@f1cfc37bcdc346549dbf1d037cdade3a3b32d5de#egg=smriprep
4
4
templateflow < 0.2.0a0 ,>= 0.1.3
You can’t perform that action at this time.
0 commit comments