Spaces:
Running
Running
change requirements
Browse files- requirements.txt +65 -82
requirements.txt
CHANGED
@@ -1,91 +1,74 @@
|
|
1 |
-
absl-py==2.
|
2 |
-
|
3 |
-
|
4 |
-
anyio==3.6.2
|
5 |
astunparse==1.6.3
|
6 |
-
|
7 |
-
blinker==1.5
|
8 |
-
cachetools==5.3.2
|
9 |
-
certifi==2022.12.7
|
10 |
-
cffi==1.15.1
|
11 |
charset-normalizer==3.3.2
|
12 |
-
click==8.1.
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
fastapi==0.
|
18 |
-
|
19 |
-
|
20 |
-
flatbuffers==23.5.26
|
21 |
-
gast==0.4.0
|
22 |
-
google-api-core==2.14.0
|
23 |
-
google-auth==2.25.0
|
24 |
-
google-auth-oauthlib==1.0.0
|
25 |
-
google-cloud-core==2.3.3
|
26 |
-
google-cloud-storage==2.13.0
|
27 |
-
google-crc32c==1.5.0
|
28 |
google-pasta==0.2.0
|
29 |
-
|
30 |
-
googleapis-common-protos==1.61.0
|
31 |
-
greenlet==2.0.1
|
32 |
-
grpcio==1.59.3
|
33 |
h11==0.14.0
|
34 |
-
h5py==3.
|
35 |
-
httpcore==0.
|
36 |
-
httptools==0.
|
37 |
-
httpx==0.
|
38 |
-
idna==3.
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
numpy==1.
|
51 |
-
oauthlib==3.2.2
|
52 |
opt-einsum==3.3.0
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
protobuf==4.25.
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
-
|
65 |
-
|
66 |
-
|
67 |
-
|
68 |
-
requests-oauthlib==1.3.1
|
69 |
-
rfc3986==1.5.0
|
70 |
-
rsa==4.9
|
71 |
-
scipy==1.11.4
|
72 |
-
six==1.16.0
|
73 |
-
sniffio==1.3.0
|
74 |
-
SQLAlchemy==1.4.45
|
75 |
-
starlette==0.21.0
|
76 |
scikit-learn==1.5.0
|
77 |
-
|
|
|
|
|
|
|
|
|
|
|
78 |
tensorboard-data-server==0.7.2
|
79 |
-
tensorflow==2.
|
80 |
-
tensorflow-estimator==2.12.0
|
81 |
tensorflow-io-gcs-filesystem==0.31.0
|
82 |
termcolor==2.4.0
|
83 |
-
|
84 |
-
|
85 |
-
|
86 |
-
|
87 |
-
|
88 |
-
|
89 |
-
|
90 |
-
|
91 |
-
|
|
|
|
|
|
|
|
|
|
1 |
+
absl-py==2.1.0
|
2 |
+
annotated-types==0.7.0
|
3 |
+
anyio==4.4.0
|
|
|
4 |
astunparse==1.6.3
|
5 |
+
certifi==2024.2.2
|
|
|
|
|
|
|
|
|
6 |
charset-normalizer==3.3.2
|
7 |
+
click==8.1.7
|
8 |
+
dnspython==2.6.1
|
9 |
+
email_validator==2.1.1
|
10 |
+
exceptiongroup==1.2.1
|
11 |
+
fastapi==0.111.0
|
12 |
+
fastapi-cli==0.0.4
|
13 |
+
flatbuffers==24.3.25
|
14 |
+
gast==0.5.4
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
google-pasta==0.2.0
|
16 |
+
grpcio==1.64.0
|
|
|
|
|
|
|
17 |
h11==0.14.0
|
18 |
+
h5py==3.11.0
|
19 |
+
httpcore==1.0.5
|
20 |
+
httptools==0.6.1
|
21 |
+
httpx==0.27.0
|
22 |
+
idna==3.7
|
23 |
+
importlib_metadata==7.1.0
|
24 |
+
Jinja2==3.1.4
|
25 |
+
joblib==1.4.2
|
26 |
+
keras==3.3.3
|
27 |
+
libclang==18.1.1
|
28 |
+
Markdown==3.6
|
29 |
+
markdown-it-py==3.0.0
|
30 |
+
MarkupSafe==2.1.5
|
31 |
+
mdurl==0.1.2
|
32 |
+
ml-dtypes==0.3.2
|
33 |
+
namex==0.0.8
|
34 |
+
numpy==1.26.4
|
|
|
35 |
opt-einsum==3.3.0
|
36 |
+
optree==0.11.0
|
37 |
+
orjson==3.10.3
|
38 |
+
packaging==24.0
|
39 |
+
pandas==2.2.2
|
40 |
+
protobuf==4.25.3
|
41 |
+
pydantic==2.7.2
|
42 |
+
pydantic_core==2.18.3
|
43 |
+
Pygments==2.18.0
|
44 |
+
python-dateutil==2.9.0.post0
|
45 |
+
python-dotenv==1.0.1
|
46 |
+
python-multipart==0.0.9
|
47 |
+
pytz==2024.1
|
48 |
+
PyYAML==6.0.1
|
49 |
+
requests==2.32.3
|
50 |
+
rich==13.7.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
51 |
scikit-learn==1.5.0
|
52 |
+
scipy==1.13.1
|
53 |
+
shellingham==1.5.4
|
54 |
+
six==1.16.0
|
55 |
+
sniffio==1.3.1
|
56 |
+
starlette==0.37.2
|
57 |
+
tensorboard==2.16.2
|
58 |
tensorboard-data-server==0.7.2
|
59 |
+
tensorflow==2.16.1
|
|
|
60 |
tensorflow-io-gcs-filesystem==0.31.0
|
61 |
termcolor==2.4.0
|
62 |
+
threadpoolctl==3.5.0
|
63 |
+
typer==0.12.3
|
64 |
+
typing_extensions==4.12.1
|
65 |
+
tzdata==2024.1
|
66 |
+
ujson==5.10.0
|
67 |
+
urllib3==2.2.1
|
68 |
+
uvicorn==0.30.1
|
69 |
+
uvloop==0.19.0
|
70 |
+
watchfiles==0.22.0
|
71 |
+
websockets==12.0
|
72 |
+
Werkzeug==3.0.3
|
73 |
+
wrapt==1.16.0
|
74 |
+
zipp==3.19.1
|