Skip to content

Commit 2936f48

Browse files
committed
sty: sort dependencies alphabetically
1 parent 5e22784 commit 2936f48

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

setup.cfg

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,24 +20,23 @@ classifiers =
2020
[options]
2121
python_requires = >=3.5
2222
install_requires =
23-
niworkflows ~= 0.10.1
24-
smriprep ~= 0.3.0
25-
templateflow ~= 0.4.1
26-
nibabel >=2.2.1
2723
indexed_gzip >=0.8.8
24+
nibabel >=2.2.1
2825
nilearn !=0.5.0, !=0.5.1
2926
nipype >=1.2.0
30-
psutil >=5.4
31-
pybids ~= 0.9.2
32-
nitime
27+
niworkflows ~= 0.10.1
3328
numpy
3429
pandas
30+
psutil >=5.4
31+
pybids ~= 0.9.2
3532
pyyaml
3633
scikit-image
34+
smriprep ~= 0.3.0
3735
statsmodels
36+
templateflow ~= 0.4.1
3837
test_requires =
39-
coverage
4038
codecov
39+
coverage
4140
pytest
4241
packages = find:
4342
include_package_data = True
@@ -61,8 +60,8 @@ duecredit = duecredit
6160
resmon =
6261
sentry = sentry-sdk >=0.6.9
6362
tests =
64-
coverage
6563
codecov
64+
coverage
6665
pytest
6766
all =
6867
%(datalad)s

0 commit comments

Comments
 (0)