-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathsetup.cfg
83 lines (77 loc) · 1.45 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
[metadata]
name = matcouply
keywords=matcouply
version = 0.1.6
license = MIT
description = Regularized coupled matrix factorisation with AO-ADMM
long_description = file: README.rst
author = Marie Roald
author_email = [email protected]
url=https://github.com/marieroald/matcouply
classifiers=
Development Status :: 2 - Pre-Alpha
Intended Audience :: Developers
License :: OSI Approved :: MIT License
Natural Language :: English
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
[options]
packages = find:
package_dir =
=src
include_package_data = True
install_requires =
numpy
scipy
tensorly
python_requires = >=3.6
[options.extras_require]
numba=
numpy >= 1.21, <1.25
numba == 0.56.4
gpl=
condat-tv
testing=
pytest
data=
pandas
tqdm
requests
devel=
coverage
pytest
pytest-cov
pytest-randomly
flake8
darglint
black
isort
sphinx
sphinx-rtd-theme
sphinx-gallery
sphinxcontrib-bibtex
autodocsumm
nbsphinx
ipython
bump2version
wheel
scikit-learn
ipykernel
examples=
matplotlib
plotly
wordcloud
tlviz
[options.packages.find]
where=src
[flake8]
ignore = E741, E203, W503
exclude = docs
max-line-length = 120
docstring_style = numpy
[coverage:run]
omit =
src/matcouply/_doc_utils.py
src/matcouply/conftest.py