Skip to content

Commit 617706b

Browse files
committed
pin latest release of smriprep
1 parent 333dfa9 commit 617706b

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>=0.7.0,<0.8.0a0',
9797
'pyyaml',
9898
'scikit-image',
99-
'smriprep',
99+
'smriprep>=0.0.5,<0.1.0a0',
100100
'statsmodels',
101101
'tedana>=0.0.5',
102102
'templateflow>=0.0.4',
103103
]
104104

105105

106106
LINKS_REQUIRES = [
107-
'git+https://github.com/oesteban/smriprep.git@'
108-
'2ad4639b308a5d13183819e13bcb3ca6d4d93eac#smriprep-0.0.4',
109107
]
110108

111109
TESTS_REQUIRES = [

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
pybids>=0.7.0,<0.8.0a0
22
niworkflows>=0.7.0,<0.8.0a0
3-
git+https://github.com/oesteban/smriprep.git@2ad4639b308a5d13183819e13bcb3ca6d4d93eac#smriprep-0.0.4
3+
smriprep>=0.0.5,<0.1.0a0
44
templateflow>=0.0.4

0 commit comments

Comments
 (0)