forked from yeatmanlab/pyAFQ
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
80 lines (77 loc) · 1.72 KB
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
[metadata]
name = pyAFQ
url = https://yeatmanlab.github.io/pyAFQ
download_url = https://github.com/yeatmanlab/pyAFQ
author = pyAFQ developers
author_email = [email protected]
maintainer = Ariel Rokem
maintainer_email = [email protected]
classifiers =
Development Status :: 3 - Alpha
Environment :: Console
Intended Audience :: Science/Research
License :: OSI Approved :: BSD License
Operating System :: OS Independent
Programming Language :: Python
Topic :: Scientific/Engineering
license = BSD License
description = pyAFQ: Automated Fiber Quantification ... in Python
long_description = file:README.md
long_description_content_type = text/markdown
platforms = OS Independent
[options]
setup_requires =
setuptools_scm
python_requires = >=3.6
install_requires =
scikit_image==0.16.2
nibabel==3.0.2
dipy>=1.2.0
scipy>=1.2.0
numpy==1.18.5
pandas==1.0.3
joblib==0.16.0
dask==1.1.0
palettable==3.1.1
cloudpickle==1.3.0
toolz==0.9.0
boto3==1.14.18
s3fs==0.4.2
tqdm==4.32.2
python-dateutil==2.8.1
toml==0.10.0
setuptools_scm[toml]==3.4.3
popylar==0.2
imageio==2.8.0
ipython==7.13.0
templateflow==0.6.2
pybids==0.11.1
funcargparse==0.2.2
packaging>=19.0
seaborn==0.11.0
cvxpy==1.1.5
plotly==4.9.0
psutil==5.7.0
kaleido==0.0.3.post1
zip_safe = False
include_package_data = True
packages = find:
[options.extras_require]
dev =
botocore==1.17.19
docutils==0.15.2
sphinx
pytest==6.0.1
pytest-cov==2.10.0
flake8
sphinx_gallery
sphinx_rtd_theme
numpydoc==0.9.2
sphinx-autoapi
rapidfuzz
xvfbwrapper==0.2.9
moto==1.3.14
fury =
vtk==9.0.1
fury==0.6.0
xvfbwrapper==0.2.9