-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
53 lines (45 loc) · 923 Bytes
/
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
[metadata]
name = labelshift
version = 0.0.1
author = Paweł Czyż
author_email = [email protected]
description =
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/labelshift/labelshift
project_urls =
Bug Tracker = https://github.com/labelshift/labelshift/issues
classifiers =
Programming Language :: Python :: 3
License :: BSD-3-Clause
Operating System :: OS Independent
[options]
packages = labelshift
python_requires = >=3.8
setup_requires =
setuptools >= 38.3.0
install_requires =
arviz
numpy >= 1.12,<2
pydantic
jax
jaxlib
joblib
matplotlib
numpyro
scikit-learn
scipy
subplots_from_axsize
[options.packages.find]
where = labelshift
[flake8]
max-line-length = 88
max-doc-length = 120
indent-size = 4
exclude =
.git,
__pycache__
local
private
[pytype]
inputs = labelshift