Skip to content

Commit 5358c98

Browse files
committed
fix(templateflow): fix a bad API name accessing a probseg resource
1 parent df5c56b commit 5358c98

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ sphinx-argparse
99
sphinx>=2.1.2,<3.0
1010
sphinx_rtd_theme
1111
sphinxcontrib-apidoc ~= 0.3.0
12-
templateflow
12+
templateflow >= 0.6.0rc2

niworkflows/func/util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ def init_enhance_and_skullstrip_bold_wf(
322322
float=True,
323323
# Use the higher resolution and probseg for numerical stability in rounding
324324
input_image=str(get_template(
325-
'MNI152NLin2009cAsym', resolution=1, desc='brain', suffix='probseg'))),
325+
'MNI152NLin2009cAsym', resolution=1, label='brain', suffix='probseg'))),
326326
name='map_brainmask'
327327
)
328328
binarize_mask = pe.Node(Binarize(thresh_low=0.5), name='binarize_mask')

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ install_requires =
3838
seaborn
3939
svgutils
4040
transforms3d
41-
templateflow >= 0.5.2
41+
templateflow >= 0.6.0rc1
4242
test_requires =
4343
coverage < 5
4444
pytest >= 4.4

0 commit comments

Comments
 (0)