-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathsetup.cfg
60 lines (59 loc) · 967 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
53
54
55
56
57
58
59
60
[options]
install_requires =
logzero
dill
tqdm
seaborn==0.12.2
numpy>=1.23
scipy>=1.10
pandas>=2.0
opentelemetry-api
opentelemetry-sdk
opentelemetry-exporter-otlp
tensorboard>=2.11
matplotlib==3.7.2
scikit-learn>=1.2,<=1.3.2
[options.extras_require]
tensorflow_cpu =
tensorflow-cpu>=2.7,<=2.13
scikeras
tensorflow-addons
tensorflow =
tensorflow>=2.7,<=2.13
scikeras
tensorflow-addons
tensorflow_arm64 =
tensorflow-macos>=2.7,<=2.13
scikeras
tensorflow-addons
pytorch =
torch>=2.0
skorch
river =
river==0.18.*
ray =
ray>=2.5,<=2.6.3
hyperopt
tune_sklearn
dev =
black
pylint
tests =
pytest
nbmake
pytest-xdist
pytest-console-scripts
examples =
ipykernel
plotly
nbformat
gdown
liac-arff
all =
sail[tensorflow]
sail[pytorch]
sail[river]
sail[ray]
sail[dev]
sail[examples]
sail[tests]