Skip to content

Commit 6fee925

Browse files
committed
fix(templateflow): fix a bad API name accessing a probseg resource
1 parent 9068d19 commit 6fee925

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
@@ -10,4 +10,4 @@ sphinx-argparse
1010
sphinx>=2.1.2,<3.0
1111
sphinx_rtd_theme
1212
sphinxcontrib-apidoc ~= 0.3.0
13-
templateflow
13+
templateflow >= 0.6.0rc1

niworkflows/func/util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ def init_enhance_and_skullstrip_bold_wf(
392392
get_template(
393393
"MNI152NLin2009cAsym",
394394
resolution=1,
395-
desc="brain",
395+
label="brain",
396396
suffix="probseg",
397397
)
398398
),

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ install_requires =
4040
seaborn
4141
svgutils
4242
transforms3d
43-
templateflow >= 0.5.2
43+
templateflow >= 0.6.0rc1
4444
test_requires =
4545
coverage < 5
4646
pytest >= 4.4

0 commit comments

Comments
 (0)