Skip to content

Commit c0ed639

Browse files
committed
pin(smriprep,niworkflows): use commit hashes instead of branch names
Otherwise, it is not guaranteed that the last commit will be picked.
1 parent a5ca545 commit c0ed639

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

fmriprep/__about__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,9 @@
105105

106106
LINKS_REQUIRES = [
107107
'git+https://github.com/poldracklab/niworkflows.git@'
108-
'unstable#egg=niworkflows',
108+
'0863051476f1e6999cd4a028769466e0fc6182fa#egg=niworkflows',
109109
'git+https://github.com/poldracklab/smriprep.git@'
110-
'master#egg=smriprep-0.1.0',
110+
'f1cfc37bcdc346549dbf1d037cdade3a3b32d5de#egg=smriprep-0.1.0',
111111
]
112112

113113
TESTS_REQUIRES = [

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
nilearn!=0.5.0,!=0.5.1
2-
git+https://github.com/poldracklab/niworkflows.git@unstable#egg=niworkflows
3-
git+https://github.com/poldracklab/smriprep.git@master#egg=smriprep-0.1.0
2+
git+https://github.com/poldracklab/niworkflows.git@0863051476f1e6999cd4a028769466e0fc6182fa#egg=niworkflows
3+
git+https://github.com/poldracklab/smriprep.git@f1cfc37bcdc346549dbf1d037cdade3a3b32d5de#egg=smriprep-0.1.0
44
templateflow<0.2.0a0,>=0.1.3

0 commit comments

Comments
 (0)