Skip to content

Commit 46f7e38

Browse files
committed
normalize smriprep dependency pinning
1 parent 648c60f commit 46f7e38

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/environment.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,5 @@ dependencies:
2929
- nitime
3030
- nilearn
3131
- niworkflows>=0.5.4,<0.6
32+
- smriprep>=0.0.4,<1.0.0
3233
- tedana>=0.0.5

fmriprep/__about__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,15 +97,14 @@
9797
'pybids==0.6.5',
9898
'pyyaml',
9999
'scikit-image',
100-
'smriprep<1.0.0',
100+
'smriprep>=0.0.4,<1.0.0',
101101
'statsmodels',
102102
'tedana>=0.0.5',
103103
'templateflow>=0.0.4',
104104
]
105105

106106

107107
LINKS_REQUIRES = [
108-
'git+https://github.com/poldracklab/smriprep.git@master#egg=smriprep'
109108
]
110109

111110
TESTS_REQUIRES = [

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
grabbit==0.2.3
22
pybids==0.6.5
33
niworkflows>=0.6.1,<0.7
4-
git+https://github.com/poldracklab/smriprep.git@master#egg=smriprep
4+
smriprep>=0.0.4,<1.0.0
55
templateflow>=0.0.4

0 commit comments

Comments
 (0)