File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,8 @@ def _bids_filter(value):
51
51
is_release = not any ((currentv .is_devrelease , currentv .is_prerelease , currentv .is_postrelease ))
52
52
53
53
parser = ArgumentParser (
54
- description = 'fMRIPrep: fMRI PREProcessing workflows v{}' .format (config .environment .version ),
54
+ description = 'fMRIPrep: fMRI PREProcessing workflows v{}' .format (
55
+ config .environment .version ),
55
56
formatter_class = ArgumentDefaultsHelpFormatter )
56
57
PathExists = partial (_path_exists , parser = parser )
57
58
PositiveInt = partial (_min_one , parser = parser )
Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ install_requires =
33
33
smriprep ~= 0.5.2
34
34
tedana >= 0.0.5
35
35
templateflow >= 0.4.2
36
+ toml
36
37
test_requires =
37
38
coverage
38
39
codecov
You can’t perform that action at this time.
0 commit comments