Skip to content

Commit 14042ee

Browse files
committed
fix templateflow pin
1 parent b719546 commit 14042ee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

fmriprep/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
'smriprep>=0.0.5,<0.1.0a0',
100100
'statsmodels',
101101
'tedana>=0.0.5',
102-
'templateflow>=0.0.4',
102+
'templateflow>=0.0.5',
103103
]
104104

105105

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.2,<0.8.0a0
33
smriprep>=0.0.5,<0.1.0a0
4-
templateflow>=0.0.4
4+
templateflow>=0.0.5

0 commit comments

Comments
 (0)