Skip to content

Commit 2634fe2

Browse files
committed
add missing packages to setup.cfg
1 parent 29d955c commit 2634fe2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

setup.cfg

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,22 @@ classifiers =
2020
[options]
2121
python_requires = >=3.5
2222
install_requires =
23+
Click >= 7.0
24+
dipy ~= 1.0.0
25+
nipype >=1.2.0
2326
niworkflows ~= 0.10.1
2427
smriprep @ git+https://github.com/poldracklab/smriprep.git@9f58665830570835545ff83fea1dc91e89706591
2528
templateflow ~= 0.4.1
2629
nibabel >=2.2.1
2730
indexed_gzip >=0.8.8
2831
nilearn !=0.5.0, !=0.5.1
29-
nipype >=1.2.0
3032
psutil >=5.4
3133
pybids ~= 0.9.2
3234
nitime
3335
numpy
3436
pandas
37+
matplotlib
38+
numba ~= 0.44.1
3539
pyyaml
3640
scikit-image
3741
statsmodels

0 commit comments

Comments
 (0)