-
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathPipfile
More file actions
79 lines (76 loc) · 1.63 KB
/
Pipfile
File metadata and controls
79 lines (76 loc) · 1.63 KB
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
70
71
72
73
74
75
76
77
78
79
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
absl-py = "==1.4.0"
astunparse = "==1.6.3"
pyfiglet = "==1.0.2"
cachetools = "==5.3.1"
certifi = "==2023.7.22"
charset-normalizer = "==3.2.0"
contourpy = "==1.1.0"
cycler = "==0.11.0"
flatbuffers = "==1.12"
fonttools = "==4.41.1"
gast = "==0.4.0"
google-auth = "==2.22.0"
google-auth-oauthlib = "==0.4.6"
google-pasta = "==0.2.0"
grpcio = "==1.56.2"
h5py = "==3.9.0"
idna = "==3.4"
importlib-metadata = "==6.8.0"
importlib-resources = "==6.0.0"
joblib = "==1.3.1"
kaleido = "==0.2.1"
keras = "==2.9.0"
keras-preprocessing = "==1.1.2"
kiwisolver = "==1.4.4"
libclang = "==16.0.6"
markdown = "==3.4.4"
markupsafe = "==2.1.3"
matplotlib = "==3.7.2"
oauthlib = "==3.2.2"
opt-einsum = "==3.3.0"
packaging = "==23.1"
pandas = "==1.4.4"
pillow = "==10.0.0"
plotly = "==5.6.0"
protobuf = "==3.19.6"
pyasn1 = "==0.5.0"
pyasn1-modules = "==0.3.0"
pyparsing = "==3.0.9"
python-dateutil = "==2.8.2"
pytz = "==2023.3"
requests = "==2.31.0"
requests-oauthlib = "==1.3.1"
rsa = "==4.9"
scikit-learn = "==1.1.1"
scipy = "==1.10.1"
six = "==1.16.0"
tenacity = "==8.2.2"
tensorboard = "==2.9.1"
tensorboard-data-server = "==0.6.1"
tensorboard-plugin-wit = "==1.8.1"
tensorflow = "==2.9.1"
tensorflow-estimator = "==2.9.0"
tensorflow-io-gcs-filesystem = "==0.32.0"
termcolor = "==2.3.0"
threadpoolctl = "==3.2.0"
typing-extensions = "==4.7.1"
urllib3 = "==1.26.16"
werkzeug = "==2.3.6"
wrapt = "==1.15.0"
zipp = "==3.16.2"
aim = "==3.17.5"
mlflow = "==2.12.1"
neptune = "==1.10.2"
xgboost = "==2.0.3"
seaborn = "*"
numpy = "*"
sdv = "*"
[dev-packages]
ipykernel = "*"
[requires]
python_version = "3.10"