Spaces:
Running
on
Zero
Running
on
Zero
Martín Santillán Cooper
commited on
Commit
•
8135919
1
Parent(s):
d46878a
add dependency freeze
Browse files- requirements_frozen.txt +67 -0
requirements_frozen.txt
ADDED
@@ -0,0 +1,67 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
aiofiles==23.2.1
|
2 |
+
annotated-types==0.7.0
|
3 |
+
anyio==4.6.0
|
4 |
+
certifi==2024.8.30
|
5 |
+
charset-normalizer==3.3.2
|
6 |
+
click==8.1.7
|
7 |
+
contourpy==1.3.0
|
8 |
+
cycler==0.12.1
|
9 |
+
exceptiongroup==1.2.2
|
10 |
+
fastapi==0.115.0
|
11 |
+
ffmpy==0.4.0
|
12 |
+
filelock==3.16.1
|
13 |
+
fonttools==4.54.1
|
14 |
+
fsspec==2024.9.0
|
15 |
+
gradio==4.44.1
|
16 |
+
gradio_client==1.3.0
|
17 |
+
h11==0.14.0
|
18 |
+
httpcore==1.0.6
|
19 |
+
httpx==0.27.2
|
20 |
+
huggingface-hub==0.25.1
|
21 |
+
idna==3.10
|
22 |
+
importlib_resources==6.4.5
|
23 |
+
Jinja2==3.1.4
|
24 |
+
kiwisolver==1.4.7
|
25 |
+
markdown-it-py==3.0.0
|
26 |
+
MarkupSafe==2.1.5
|
27 |
+
matplotlib==3.9.2
|
28 |
+
mdurl==0.1.2
|
29 |
+
mpmath==1.3.0
|
30 |
+
networkx==3.3
|
31 |
+
numpy==1.26.4
|
32 |
+
orjson==3.10.7
|
33 |
+
packaging==24.1
|
34 |
+
pandas==2.2.3
|
35 |
+
pillow==10.4.0
|
36 |
+
pydantic==2.9.2
|
37 |
+
pydantic_core==2.23.4
|
38 |
+
pydub==0.25.1
|
39 |
+
Pygments==2.18.0
|
40 |
+
pyparsing==3.1.4
|
41 |
+
python-dateutil==2.9.0.post0
|
42 |
+
python-dotenv==1.0.1
|
43 |
+
python-multipart==0.0.12
|
44 |
+
pytz==2024.2
|
45 |
+
PyYAML==6.0.2
|
46 |
+
regex==2024.9.11
|
47 |
+
requests==2.32.3
|
48 |
+
rich==13.9.2
|
49 |
+
ruff==0.6.9
|
50 |
+
safetensors==0.4.5
|
51 |
+
semantic-version==2.10.0
|
52 |
+
shellingham==1.5.4
|
53 |
+
six==1.16.0
|
54 |
+
sniffio==1.3.1
|
55 |
+
starlette==0.38.6
|
56 |
+
sympy==1.13.3
|
57 |
+
tokenizers==0.20.0
|
58 |
+
tomlkit==0.12.0
|
59 |
+
torch==2.2.2
|
60 |
+
tqdm==4.66.5
|
61 |
+
transformers==4.45.1
|
62 |
+
typer==0.12.5
|
63 |
+
typing_extensions==4.12.2
|
64 |
+
tzdata==2024.2
|
65 |
+
urllib3==2.2.3
|
66 |
+
uvicorn==0.31.0
|
67 |
+
websockets==12.0
|