Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +5 -114
requirements.txt
CHANGED
@@ -1,114 +1,5 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
astunparse==1.6.3
|
7 |
-
attrs==23.2.0
|
8 |
-
cachetools==5.3.3
|
9 |
-
certifi==2024.2.2
|
10 |
-
charset-normalizer==3.3.2
|
11 |
-
click==8.1.7
|
12 |
-
colorama==0.4.6
|
13 |
-
contourpy==1.2.1
|
14 |
-
cycler==0.12.1
|
15 |
-
distro==1.9.0
|
16 |
-
fastapi==0.110.1
|
17 |
-
ffmpy==0.3.2
|
18 |
-
filelock==3.13.4
|
19 |
-
flatbuffers==24.3.25
|
20 |
-
fonttools==4.51.0
|
21 |
-
fsspec==2024.3.1
|
22 |
-
gast==0.5.4
|
23 |
-
google-auth==2.29.0
|
24 |
-
google-auth-oauthlib==1.2.0
|
25 |
-
google-pasta==0.2.0
|
26 |
-
gradio==4.26.0
|
27 |
-
gradio_client==0.15.1
|
28 |
-
graphviz==0.20.3
|
29 |
-
grpcio==1.62.1
|
30 |
-
h11==0.14.0
|
31 |
-
h5py==3.11.0
|
32 |
-
httpcore==1.0.5
|
33 |
-
httpx==0.27.0
|
34 |
-
huggingface-hub==0.22.2
|
35 |
-
idna==3.7
|
36 |
-
importlib_resources==6.4.0
|
37 |
-
Jinja2==3.1.3
|
38 |
-
jsonschema==4.21.1
|
39 |
-
jsonschema-specifications==2023.12.1
|
40 |
-
keras==2.15.0
|
41 |
-
kiwisolver==1.4.5
|
42 |
-
libclang==18.1.1
|
43 |
-
Markdown==3.6
|
44 |
-
markdown-it-py==3.0.0
|
45 |
-
MarkupSafe==2.1.5
|
46 |
-
matplotlib==3.8.4
|
47 |
-
mdurl==0.1.2
|
48 |
-
ml-dtypes==0.2.0
|
49 |
-
mpmath==1.3.0
|
50 |
-
namex==0.0.8
|
51 |
-
networkx==3.3
|
52 |
-
numpy==1.26.4
|
53 |
-
oauthlib==3.2.2
|
54 |
-
openai==1.19.0
|
55 |
-
opt-einsum==3.3.0
|
56 |
-
optree==0.11.0
|
57 |
-
orjson==3.10.1
|
58 |
-
packaging==24.0
|
59 |
-
pandas==2.2.2
|
60 |
-
pillow==10.3.0
|
61 |
-
protobuf==4.25.3
|
62 |
-
pyasn1==0.6.0
|
63 |
-
pyasn1_modules==0.4.0
|
64 |
-
pydantic==2.7.0
|
65 |
-
pydantic_core==2.18.1
|
66 |
-
pydot==2.0.0
|
67 |
-
pydub==0.25.1
|
68 |
-
Pygments==2.17.2
|
69 |
-
pyparsing==3.1.2
|
70 |
-
pyphen==0.14.0
|
71 |
-
python-dateutil==2.9.0.post0
|
72 |
-
python-multipart==0.0.9
|
73 |
-
pytz==2024.1
|
74 |
-
PyYAML==6.0.1
|
75 |
-
referencing==0.34.0
|
76 |
-
regex==2023.12.25
|
77 |
-
requests==2.31.0
|
78 |
-
requests-oauthlib==2.0.0
|
79 |
-
rich==13.7.1
|
80 |
-
rpds-py==0.18.0
|
81 |
-
rsa==4.9
|
82 |
-
ruff==0.3.7
|
83 |
-
safetensors==0.4.3
|
84 |
-
semantic-version==2.10.0
|
85 |
-
shellingham==1.5.4
|
86 |
-
six==1.16.0
|
87 |
-
sniffio==1.3.1
|
88 |
-
starlette==0.37.2
|
89 |
-
sympy==1.12
|
90 |
-
tensorboard==2.15.2
|
91 |
-
tensorboard-data-server==0.7.2
|
92 |
-
tensorflow==2.15.0
|
93 |
-
tensorflow-addons==0.22.0
|
94 |
-
tensorflow-estimator==2.15.0
|
95 |
-
tensorflow-intel==2.15.0
|
96 |
-
tensorflow-io==0.31.0
|
97 |
-
tensorflow-io-gcs-filesystem==0.31.0
|
98 |
-
termcolor==2.4.0
|
99 |
-
textstat==0.7.3
|
100 |
-
tokenizers==0.15.2
|
101 |
-
tomlkit==0.12.0
|
102 |
-
toolz==0.12.1
|
103 |
-
torch==2.2.2
|
104 |
-
tqdm==4.66.2
|
105 |
-
transformers==4.39.3
|
106 |
-
typeguard==2.13.3
|
107 |
-
typer==0.12.3
|
108 |
-
typing_extensions==4.11.0
|
109 |
-
tzdata==2024.1
|
110 |
-
urllib3==2.2.1
|
111 |
-
uvicorn==0.29.0
|
112 |
-
websockets==11.0.3
|
113 |
-
Werkzeug==3.0.2
|
114 |
-
wrapt==1.14.1
|
|
|
1 |
+
tensorflow
|
2 |
+
torch
|
3 |
+
transformers
|
4 |
+
textstat
|
5 |
+
openai
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|