Spaces:
Running
Running
Upload folder using huggingface_hub
Browse files- requirements.txt +3 -34
requirements.txt
CHANGED
@@ -2,19 +2,12 @@ absl-py==2.1.0
|
|
2 |
aiofiles==23.2.1
|
3 |
annotated-types==0.7.0
|
4 |
anyio==4.6.2.post1
|
5 |
-
appnope==0.1.4
|
6 |
-
asttokens==2.4.1
|
7 |
astunparse==1.6.3
|
8 |
certifi==2024.8.30
|
9 |
charset-normalizer==3.4.0
|
10 |
click==8.1.7
|
11 |
-
comm==0.2.2
|
12 |
contourpy==1.3.1
|
13 |
cycler==0.12.1
|
14 |
-
debugpy==1.8.9
|
15 |
-
decorator==5.1.1
|
16 |
-
dm-tree==0.1.8
|
17 |
-
executing==2.1.0
|
18 |
fastapi==0.115.5
|
19 |
ffmpy==0.4.0
|
20 |
filelock==3.16.1
|
@@ -32,42 +25,25 @@ httpcore==1.0.7
|
|
32 |
httpx==0.27.2
|
33 |
huggingface-hub==0.26.2
|
34 |
idna==3.10
|
35 |
-
ipykernel==6.29.5
|
36 |
-
ipython==8.29.0
|
37 |
-
jedi==0.19.2
|
38 |
Jinja2==3.1.4
|
39 |
-
|
40 |
-
jupyter_core==5.7.2
|
41 |
-
keras==3.5.0
|
42 |
kiwisolver==1.4.7
|
43 |
libclang==18.1.1
|
44 |
Markdown==3.7
|
45 |
markdown-it-py==3.0.0
|
46 |
MarkupSafe==2.1.5
|
47 |
matplotlib==3.9.2
|
48 |
-
matplotlib-inline==0.1.7
|
49 |
mdurl==0.1.2
|
50 |
ml-dtypes==0.4.1
|
51 |
-
mmdnn==0.3.1
|
52 |
-
mpmath==1.3.0
|
53 |
namex==0.0.8
|
54 |
-
nest-asyncio==1.6.0
|
55 |
-
networkx==3.4.2
|
56 |
numpy==2.0.2
|
57 |
opt_einsum==3.4.0
|
58 |
optree==0.13.1
|
59 |
orjson==3.10.11
|
60 |
packaging==24.2
|
61 |
pandas==2.2.3
|
62 |
-
parso==0.8.4
|
63 |
-
pexpect==4.9.0
|
64 |
pillow==11.0.0
|
65 |
-
|
66 |
-
prompt_toolkit==3.0.48
|
67 |
-
protobuf==3.20.3
|
68 |
-
psutil==6.1.0
|
69 |
-
ptyprocess==0.7.0
|
70 |
-
pure_eval==0.2.3
|
71 |
pydantic==2.10.1
|
72 |
pydantic_core==2.27.1
|
73 |
pydub==0.25.1
|
@@ -77,7 +53,6 @@ python-dateutil==2.9.0.post0
|
|
77 |
python-multipart==0.0.12
|
78 |
pytz==2024.2
|
79 |
PyYAML==6.0.2
|
80 |
-
pyzmq==26.2.0
|
81 |
requests==2.32.3
|
82 |
rich==13.9.4
|
83 |
ruff==0.8.0
|
@@ -86,26 +61,20 @@ semantic-version==2.10.0
|
|
86 |
shellingham==1.5.4
|
87 |
six==1.16.0
|
88 |
sniffio==1.3.1
|
89 |
-
stack-data==0.6.3
|
90 |
starlette==0.41.3
|
91 |
-
sympy==1.13.1
|
92 |
tensorboard==2.18.0
|
93 |
tensorboard-data-server==0.7.2
|
94 |
tensorflow==2.18.0
|
95 |
tensorflow-io-gcs-filesystem==0.37.1
|
96 |
termcolor==2.5.0
|
|
|
97 |
tomlkit==0.12.0
|
98 |
-
torch==2.5.1
|
99 |
-
torchvision==0.20.1
|
100 |
-
tornado==6.4.2
|
101 |
tqdm==4.67.0
|
102 |
-
traitlets==5.14.3
|
103 |
typer==0.13.1
|
104 |
typing_extensions==4.12.2
|
105 |
tzdata==2024.2
|
106 |
urllib3==2.2.3
|
107 |
uvicorn==0.32.1
|
108 |
-
wcwidth==0.2.13
|
109 |
websockets==12.0
|
110 |
Werkzeug==3.1.3
|
111 |
wrapt==1.17.0
|
|
|
2 |
aiofiles==23.2.1
|
3 |
annotated-types==0.7.0
|
4 |
anyio==4.6.2.post1
|
|
|
|
|
5 |
astunparse==1.6.3
|
6 |
certifi==2024.8.30
|
7 |
charset-normalizer==3.4.0
|
8 |
click==8.1.7
|
|
|
9 |
contourpy==1.3.1
|
10 |
cycler==0.12.1
|
|
|
|
|
|
|
|
|
11 |
fastapi==0.115.5
|
12 |
ffmpy==0.4.0
|
13 |
filelock==3.16.1
|
|
|
25 |
httpx==0.27.2
|
26 |
huggingface-hub==0.26.2
|
27 |
idna==3.10
|
|
|
|
|
|
|
28 |
Jinja2==3.1.4
|
29 |
+
keras==3.6.0
|
|
|
|
|
30 |
kiwisolver==1.4.7
|
31 |
libclang==18.1.1
|
32 |
Markdown==3.7
|
33 |
markdown-it-py==3.0.0
|
34 |
MarkupSafe==2.1.5
|
35 |
matplotlib==3.9.2
|
|
|
36 |
mdurl==0.1.2
|
37 |
ml-dtypes==0.4.1
|
|
|
|
|
38 |
namex==0.0.8
|
|
|
|
|
39 |
numpy==2.0.2
|
40 |
opt_einsum==3.4.0
|
41 |
optree==0.13.1
|
42 |
orjson==3.10.11
|
43 |
packaging==24.2
|
44 |
pandas==2.2.3
|
|
|
|
|
45 |
pillow==11.0.0
|
46 |
+
protobuf==5.28.3
|
|
|
|
|
|
|
|
|
|
|
47 |
pydantic==2.10.1
|
48 |
pydantic_core==2.27.1
|
49 |
pydub==0.25.1
|
|
|
53 |
python-multipart==0.0.12
|
54 |
pytz==2024.2
|
55 |
PyYAML==6.0.2
|
|
|
56 |
requests==2.32.3
|
57 |
rich==13.9.4
|
58 |
ruff==0.8.0
|
|
|
61 |
shellingham==1.5.4
|
62 |
six==1.16.0
|
63 |
sniffio==1.3.1
|
|
|
64 |
starlette==0.41.3
|
|
|
65 |
tensorboard==2.18.0
|
66 |
tensorboard-data-server==0.7.2
|
67 |
tensorflow==2.18.0
|
68 |
tensorflow-io-gcs-filesystem==0.37.1
|
69 |
termcolor==2.5.0
|
70 |
+
tf_keras==2.18.0
|
71 |
tomlkit==0.12.0
|
|
|
|
|
|
|
72 |
tqdm==4.67.0
|
|
|
73 |
typer==0.13.1
|
74 |
typing_extensions==4.12.2
|
75 |
tzdata==2024.2
|
76 |
urllib3==2.2.3
|
77 |
uvicorn==0.32.1
|
|
|
78 |
websockets==12.0
|
79 |
Werkzeug==3.1.3
|
80 |
wrapt==1.17.0
|