Skip to content

Commit b4832dd

Browse files
committed
pin(smriprep): to 0.2.0, which just posted [skip ci]
1 parent 17fae3c commit b4832dd

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

docs/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ dependencies:
2929
- nitime
3030
- nilearn!=0.5.0,!=0.5.1
3131
- niworkflows<0.10.0a0,>=0.9.0
32-
- smriprep
32+
- smriprep<0.3.0a0,>=0.2.0
3333
- tedana>=0.0.5

fmriprep/__about__.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,16 +95,14 @@
9595
'pybids<0.8.0a0,>=0.7.1',
9696
'pyyaml',
9797
'scikit-image',
98-
'smriprep',
98+
'smriprep<0.3.0a0,>=0.2.0',
9999
'statsmodels',
100100
'tedana>=0.0.5',
101101
'templateflow<0.2.0a0,>=0.1.3',
102102
]
103103

104104

105105
LINKS_REQUIRES = [
106-
'git+https://github.com/poldracklab/smriprep.git@'
107-
'f1cfc37bcdc346549dbf1d037cdade3a3b32d5de#egg=smriprep-0.1.0',
108106
]
109107

110108
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
niworkflows<0.10.0a0,>=0.9.0
3-
git+https://github.com/poldracklab/smriprep.git@f1cfc37bcdc346549dbf1d037cdade3a3b32d5de#egg=smriprep-0.1.0
3+
smriprep<0.3.0a0,>=0.2.0
44
templateflow<0.2.0a0,>=0.1.3

0 commit comments

Comments
 (0)