-
Notifications
You must be signed in to change notification settings - Fork 5
/
setup.cfg
68 lines (65 loc) · 1.3 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
[metadata]
name = data_iq
version = 0.1.0
description = Data-IQ: Characterizing subgroups with heterogeneous outcomes in tabular data
long_description = file: README.md
long_description_content_type = text/markdown
url = https://arxiv.org/abs/2202.08836
author = Nabeel Seedat
license = MIT
license_file = LICENSE
classifiers =
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Programming Language :: Python :: 3
Topic :: Scientific/Engineering :: Artificial Intelligence
keywords = data-centric AI, data quality, uncertainty
[options]
packages = find:
install_requires =
autograd-lib
numpy
torch>=1.9.1
torchvision>=0.11.1
importlib-metadata;python_version<"3.8"
include_package_data = True
package_dir =
=.
zip_safe = False
[options.packages.find]
where = .
[options.extras_require]
testing =
SciencePlots
aum
autograd-lib
bandit
catboost>=1.1
click
flake8
ipykernel
isort
lightgbm
matplotlib
nbconvert
nltk
notebook
numpy
pandas>=1.3.5
pre-commit
protobuf>=4.21.8
py
pytest
pytest-benchmark
pytest-cov
pytest-xdist[psutil]
pytest-xprocess
scikit-learn>=1.0.2
scipy>=1.7.3
sdv
seaborn
tqdm
umap-learn
uq360
xgboost>=1.6.2
xlrd