Spaces:
Paused
Paused
Arturo Jiménez de los Galanes Reguillos
commited on
Commit
·
90aa5a9
1
Parent(s):
2c1d3e5
Generate a full requirements.txt
Browse files- requirements.txt +85 -1
requirements.txt
CHANGED
@@ -1,2 +1,86 @@
|
|
1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
transformers==4.45.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
aiofiles==22.1.0
|
2 |
+
aiohappyeyeballs==2.4.0
|
3 |
+
aiohttp==3.10.5
|
4 |
+
aiosignal==1.2.0
|
5 |
+
annotated-types==0.6.0
|
6 |
+
anyio==4.2.0
|
7 |
+
attrs==24.2.0
|
8 |
+
Bottleneck==1.3.7
|
9 |
+
Brotli==1.0.9
|
10 |
+
certifi==2024.8.30
|
11 |
+
charset-normalizer==3.3.2
|
12 |
+
click==8.1.7
|
13 |
+
contourpy==1.2.0
|
14 |
+
cycler==0.11.0
|
15 |
+
datasets==3.0.2
|
16 |
+
dill==0.3.8
|
17 |
+
fastapi==0.112.2
|
18 |
+
ffmpy==0.3.0
|
19 |
+
filelock==3.13.1
|
20 |
+
fonttools==4.51.0
|
21 |
+
frozenlist==1.4.0
|
22 |
+
fsspec==2024.6.1
|
23 |
+
gradio==5.0.1
|
24 |
+
gradio_client==1.4.0
|
25 |
+
h11==0.14.0
|
26 |
+
httpcore==1.0.2
|
27 |
+
httpx==0.27.0
|
28 |
+
huggingface_hub==0.25.2
|
29 |
+
idna==3.7
|
30 |
+
Jinja2==3.1.4
|
31 |
+
kiwisolver==1.4.4
|
32 |
+
markdown-it-py==2.2.0
|
33 |
+
MarkupSafe==2.1.3
|
34 |
+
matplotlib==3.9.2
|
35 |
+
mdurl==0.1.0
|
36 |
+
mpmath==1.3.0
|
37 |
+
multidict==6.0.4
|
38 |
+
multiprocess==0.70.15
|
39 |
+
networkx==3.3
|
40 |
+
numexpr==2.8.7
|
41 |
+
numpy==1.26.4
|
42 |
+
orjson==3.10.7
|
43 |
+
packaging==24.1
|
44 |
+
pandas==2.2.2
|
45 |
+
pillow==10.4.0
|
46 |
+
pip==24.2
|
47 |
+
pyarrow==16.1.0
|
48 |
+
pydantic==2.8.2
|
49 |
+
pydantic_core==2.20.1
|
50 |
+
pydub==0.25.1
|
51 |
+
Pygments==2.15.1
|
52 |
+
pyparsing==3.1.2
|
53 |
+
PySocks==1.7.1
|
54 |
+
python-dateutil==2.9.0.post0
|
55 |
+
python-dotenv==1.0.1
|
56 |
+
python-multipart==0.0.9
|
57 |
+
pytz==2024.1
|
58 |
+
PyYAML==6.0.1
|
59 |
+
regex==2024.9.11
|
60 |
+
requests==2.32.3
|
61 |
+
rich==13.7.1
|
62 |
+
ruff==0.3.5
|
63 |
+
safetensors==0.4.5
|
64 |
+
semantic-version==2.8.5
|
65 |
+
setuptools==75.1.0
|
66 |
+
shellingham==1.5.0
|
67 |
+
six==1.16.0
|
68 |
+
sniffio==1.3.0
|
69 |
+
starlette==0.38.2
|
70 |
+
sympy==1.13.2
|
71 |
+
tokenizers==0.20.1
|
72 |
+
tomlkit==0.12.0
|
73 |
+
torch==2.3.0
|
74 |
+
tqdm==4.66.5
|
75 |
transformers==4.45.2
|
76 |
+
typer==0.12.5
|
77 |
+
typer-slim==0.12.5
|
78 |
+
typing_extensions==4.11.0
|
79 |
+
tzdata==2023.3
|
80 |
+
unicodedata2==15.1.0
|
81 |
+
urllib3==2.2.3
|
82 |
+
uvicorn==0.20.0
|
83 |
+
websockets==10.4
|
84 |
+
wheel==0.44.0
|
85 |
+
xxhash==2.0.2
|
86 |
+
yarl==1.11.0
|