-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
43 lines (40 loc) · 958 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
[metadata]
name = mmur
description = Compute uncertainties on classification models.
long_description = file: README.md
long_description_content_type = text/markdown
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/ModelMetricUncertaintyResearch
Tracker = https://github.com/RUrlus/ModelMetricUncertaintyResearch/issues
keywords = uncertainty classification metrics
classifiers =
[options]
zip_safe = False
packages = find:
python_requires = >=3.7
include_package_data = True
install_requires =
arviz
seaborn
numpy>=1.0
scipy>=1.5.2
pandas>=0.25.1
matplotlib>=2.2.3
scikit-learn>=1.0
pystan>=3.0
nest_asyncio>=1.5
httpstan>=4.6
histogrammar
[options.extras_require]
test =
pytest
all =
%(test)s
[tool:pytest]
addopts = -rsxX -v
testpaths = tests