Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +46 -0
requirements.txt
ADDED
@@ -0,0 +1,46 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
absl-py==2.1.0
|
2 |
+
astunparse==1.6.3
|
3 |
+
certifi==2024.6.2
|
4 |
+
charset-normalizer==3.3.2
|
5 |
+
flatbuffers==24.3.25
|
6 |
+
gast==0.5.4
|
7 |
+
google-pasta==0.2.0
|
8 |
+
grpcio==1.64.1
|
9 |
+
h5py==3.11.0
|
10 |
+
idna==3.7
|
11 |
+
joblib==1.4.2
|
12 |
+
keras==3.3.3
|
13 |
+
libclang==18.1.1
|
14 |
+
Markdown==3.6
|
15 |
+
markdown-it-py==3.0.0
|
16 |
+
MarkupSafe==2.1.5
|
17 |
+
mdurl==0.1.2
|
18 |
+
ml-dtypes==0.3.2
|
19 |
+
namex==0.0.8
|
20 |
+
numpy==1.26.4
|
21 |
+
opt-einsum==3.3.0
|
22 |
+
optree==0.11.0
|
23 |
+
packaging==24.0
|
24 |
+
pandas==2.2.2
|
25 |
+
protobuf==4.25.3
|
26 |
+
Pygments==2.18.0
|
27 |
+
python-dateutil==2.9.0.post0
|
28 |
+
pytz==2024.1
|
29 |
+
requests==2.32.3
|
30 |
+
rich==13.7.1
|
31 |
+
scikit-learn==1.5.0
|
32 |
+
scipy==1.13.1
|
33 |
+
six==1.16.0
|
34 |
+
tensorboard==2.16.2
|
35 |
+
tensorboard-data-server==0.7.2
|
36 |
+
tensorflow==2.16.1
|
37 |
+
tensorflow-intel==2.16.1
|
38 |
+
tensorflow-io-gcs-filesystem==0.31.0
|
39 |
+
termcolor==2.4.0
|
40 |
+
threadpoolctl==3.5.0
|
41 |
+
typing_extensions==4.12.2
|
42 |
+
tzdata==2024.1
|
43 |
+
urllib3==2.2.1
|
44 |
+
Werkzeug==3.0.3
|
45 |
+
wrapt==1.16.0
|
46 |
+
xgboost==2.0.3
|