Skip to content

Commit 29c260b

Browse files
oestebaneffigies
authored andcommitted
chore: pin niworkflows and smriprep via link to master
to easily test new code on those (e.g., nipreps/niworkflows#485 in this particular commit)
1 parent 7ecaea3 commit 29c260b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@ install_requires =
2727
nipype >= 1.5
2828
nitime
2929
nitransforms >= 20.0.0rc3,<20.2
30-
niworkflows ~= 1.2.5
30+
niworkflows @ git+https://github.com/nipreps/niworkflows.git@master
3131
numpy
3232
pandas
3333
psutil >= 5.4
3434
pybids >= 0.10.2
3535
pyyaml
3636
requests
3737
sdcflows ~= 1.3.1
38-
smriprep ~= 0.6.1
38+
smriprep @ git+https://github.com/poldracklab/smriprep.git@master
3939
tedana >= 0.0.9a1, < 0.0.10
4040
templateflow ~= 0.6
4141
toml

0 commit comments

Comments
 (0)