-
Notifications
You must be signed in to change notification settings - Fork 33
/
setup.cfg
105 lines (100 loc) · 2.04 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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
[metadata]
name = pyAFQ
url = https://yeatmanlab.github.io/pyAFQ
download_url = https://github.com/yeatmanlab/pyAFQ
author = pyAFQ developers
author_email = arokem@gmail.com
maintainer = Ariel Rokem
maintainer_email = arokem@gmail.com
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.8
install_requires =
# core packages
scikit_image>=0.14.2
dipy>=1.8.0,<1.9.0
pandas
pybids>=0.16.2
templateflow>=0.8
pimms
pydra
joblib>=1.3.2
dask>=1.1
s3bids>=0.1.7
# AWS integration packages
boto3>=1.14.0
s3fs~=0.4.2
# CLI interpretation
toml>=0.10.0
setuptools_scm[toml]>=3.4.0,<5.1.0
funcargparse>=0.2.0
# usage tracking
popylar==0.2.*
# plotly libraries
plotly==5.3.0
kaleido==0.2.1
imageio>=2.0.0
Pillow
matplotlib
numpy==1.23.5
altair
zip_safe = False
include_package_data = True
packages = find:
[options.extras_require]
dev =
docutils==0.15.2
astroid<=2.15.8
sphinx
memory-profiler
pytest==7.2.0
pytest-cov==2.10.0
flake8
sphinx_gallery
sphinx_rtd_theme
numpydoc==1.2
sphinx-autoapi
rapidfuzz
xvfbwrapper==0.2.9
moto>=3.0.0,<5.0.0
pip-conflict-checker>=0.6.0
pydata-sphinx-theme
sphinx-design
myst-nb
wget
fury =
fury==0.9.0
xvfbwrapper==0.2.9
ipython>=7.13.0,<=7.20.0
fsl =
fslpy
afqbrowser =
AFQ-Browser>=0.3
plot =
pingouin>=0.3
seaborn>=0.11.0
ipython>=7.13.0,<=7.20.0
trx =
trx-python
ray
all =
%(dev)s
%(fury)s
%(fsl)s
%(afqbrowser)s
%(plot)s
%(trx)s