-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
35 lines (32 loc) · 807 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
[metadata]
name = mmu
description = Compute uncertainties on classification model metrics.
long_description = file: README.rst
long_description_content_type = text/x-rst
author = Ralph Urlus
author_email = [email protected]
license = Apache-2
platforms = any
url = https://github.com/RUrlus/ModelMetricUncertainty
project_urls =
Source = https://github.com/RUrlus/ModelMetricUncertainty
Tracker = https://github.com/RUrlus/ModelMetricUncertainty/issues
keywords = uncertainty classification metrics
classifiers =
[options]
zip_safe = False
python_requires = >=3.7
install_requires =
numpy>=1.18
scipy>=1.5.2
pandas>=0.25.1
matplotlib>=2.2.3
scikit-learn>=1.0
[options.extras_require]
test =
pytest
all =
%(test)s
[tool:pytest]
addopts = -rsxX -v
testpaths = tests