We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9068d19 commit 6fee925Copy full SHA for 6fee925
docs/requirements.txt
@@ -10,4 +10,4 @@ sphinx-argparse
10
sphinx>=2.1.2,<3.0
11
sphinx_rtd_theme
12
sphinxcontrib-apidoc ~= 0.3.0
13
-templateflow
+templateflow >= 0.6.0rc1
niworkflows/func/util.py
@@ -392,7 +392,7 @@ def init_enhance_and_skullstrip_bold_wf(
392
get_template(
393
"MNI152NLin2009cAsym",
394
resolution=1,
395
- desc="brain",
+ label="brain",
396
suffix="probseg",
397
)
398
),
setup.cfg
@@ -40,7 +40,7 @@ install_requires =
40
seaborn
41
svgutils
42
transforms3d
43
- templateflow >= 0.5.2
+ templateflow >= 0.6.0rc1
44
test_requires =
45
coverage < 5
46
pytest >= 4.4
0 commit comments