Skip to content

Commit ceb5f2d

Browse files
committed
pin(smriprep): 0.2.0 just posted
1 parent dd54161 commit ceb5f2d

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

docs/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ dependencies:
3030
- nilearn!=0.5.0,!=0.5.1
3131
- tedana>=0.0.5
3232
- git+https://github.com/effigies/niworkflows.git@e6a277ee5e47be5f8148b136b7201c9beb8e70a3#egg=niworkflows
33-
- git+https://github.com/poldracklab/smriprep.git@f1cfc37bcdc346549dbf1d037cdade3a3b32d5de#egg=smriprep
33+
- smriprep<0.3.0a0,>=0.2.0
3434
- templateflow<0.2.0a0,>=0.1.3

fmriprep/__about__.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,15 +97,16 @@
9797
'pybids<0.8.0a0,>=0.7.1',
9898
'pyyaml',
9999
'scikit-image',
100-
'smriprep @ ',
101-
'git+https://github.com/poldracklab/smriprep.git@f1cfc37bcdc346549dbf1d037cdade3a3b32d5de',
100+
'smriprep<0.3.0a0,>=0.2.0',
102101
'statsmodels',
103102
'tedana>=0.0.5',
104103
'templateflow<0.2.0a0,>=0.1.3',
105104
]
106105

107106

108107
LINKS_REQUIRES = [
108+
'git+https://github.com/effigies/niworkflows.git@'
109+
'5e9daf0b08fcad2b17350a71ecaf71fa9ce4eff7#egg=niworkflows',
109110
]
110111

111112
TESTS_REQUIRES = [

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
nilearn!=0.5.0,!=0.5.1
22
git+https://github.com/effigies/niworkflows.git@5e9daf0b08fcad2b17350a71ecaf71fa9ce4eff7#egg=niworkflows
3-
git+https://github.com/poldracklab/smriprep.git@f1cfc37bcdc346549dbf1d037cdade3a3b32d5de#egg=smriprep
3+
smriprep<0.3.0a0,>=0.2.0
44
templateflow<0.2.0a0,>=0.1.3

0 commit comments

Comments
 (0)