Skip to content

Commit 85a24e2

Browse files
committed
[skip ci] replace dependency link by released version (smriprep)
1 parent 9983733 commit 85a24e2

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

fmriprep/__about__.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,16 +96,14 @@
9696
'pybids',
9797
'pyyaml',
9898
'scikit-image',
99-
'smriprep',
99+
'smriprep<0.2.0a0,>=0.1.0',
100100
'statsmodels',
101101
'tedana>=0.0.5',
102102
'templateflow',
103103
]
104104

105105

106106
LINKS_REQUIRES = [
107-
'git+https://github.com/poldracklab/smriprep@'
108-
'8d238200484ef4f4ea957a380758211612b8a265#smriprep-0.0.5',
109107
]
110108

111109
TESTS_REQUIRES = [

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
git+https://github.com/poldracklab/smriprep@8d238200484ef4f4ea957a380758211612b8a265#smriprep-0.0.5
1+
smriprep<0.2.0a0,>=0.1.0

0 commit comments

Comments
 (0)