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 c65be4b commit f9c26bcCopy full SHA for f9c26bc
CHANGES.md
@@ -6,6 +6,10 @@ New to this release:
6
- [Multiecho] Option to output individual corrected echo time series
7
- CIFTI generation improvements
8
9
+ 22.0.0rc1 (February 10, 2022)
10
+ -----------------------------
11
+ * MNT: Add missing toml dependency
12
+
13
22.0.0rc0 (February 08, 2022)
14
-----------------------------
15
* DOC: Add FAQs page (#164)
setup.cfg
@@ -30,6 +30,7 @@ install_requires =
30
sdcflows ~= 2.0.12
31
smriprep ~= 0.8.1
32
templateflow >= 0.6.0
33
+ toml
34
test_requires =
35
coverage < 5
36
pytest >= 4.4
0 commit comments