-
Notifications
You must be signed in to change notification settings - Fork 10
/
setup.cfg
63 lines (57 loc) · 1.14 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
[metadata]
classifiers =
Intended Audience :: Science/Research
Intended Audience :: Developers
License :: OSI Approved
Programming Language :: Python
Topic :: Software Development
Topic :: Scientific/Engineering
Operating System :: POSIX
Operating System :: Unix
description = Distributed Convolutional Dictionary Learning
download_url = https://github.com/tomMoral/dicodile.git
long_description = file: README.rst, LICENSE
license = BSD (3-clause)
maintainer = Thomas Moreau
maintainer_email = [email protected]
name = dicodile
platforms = any
[options]
install_requires =
numpy
numba >= 0.53.1
scipy
matplotlib
mpi4py
threadpoolctl
joblib
download
pandas
packages =
dicodile
dicodile.workers
dicodile.utils
dicodile.update_d
dicodile.update_z
dicodile.data
[options.extras_require]
test =
pytest
pytest-cov
pytest-env
doc =
numpydoc
sphinx_bootstrap_theme
sphinx_gallery
dev =
flake8
pre-commit
[flake8]
exclude =
.git,
__pycache__,
benchmarks/other/sporco,
joblib
[check-manifest]
ignore =
dicodile/version.py