forked from seedatnabeel/Data-SUITE
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsetup.cfg
69 lines (60 loc) · 1.31 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
[metadata]
name = data_suite
version = 0.1.0
description = Data-centric identification of in-distribution incongruous examples
long_description = file: README.md
long_description_content_type = text/markdown
url = https://arxiv.org/abs/2202.08836
author = Nabeel Seedat
author_email = [email protected]
license = Apache 2.0
license_files = LICENSE
classifiers =
License :: OSI Approved :: Apache Software License
Development Status :: 4 - Beta
Programming Language :: Python
keywords = data-centric AI, data quality, uncertainty
platforms = any
[options]
zip_safe = False
packages = find_namespace:
include_package_data = True
package_dir =
=src
python_requires = <3.10
install_requires =
copulas==0.6.0 # Do not update beyond v0.7.0 due to license changes
nonconformist==2.1.0
numpy
pandas
opentsne
papermill
pyod==1.0.1
scikit-learn-extra
scikit_learn
scipy
suod
tensorflow
torch
torchvision
wandb
xlrd==2.0.1
[options.packages.find]
where = src
exclude =
tests
[options.extras_require]
benchmarks =
aix360
alibi-detect==0.9.1 # Do not update beyond v0.11.4 due to license changes
tensorflow>2
uq360==0.2
contribute =
black
flake8
isort
notebook
pre-commit
all =
%(benchmarks)s
%(contribute)s