Spaces:
Paused
Paused
Arturo Jiménez de los Galanes Reguillos
commited on
Commit
·
d729d95
1
Parent(s):
e93ccdc
Update requirements.txt
Browse files- requirements.txt +16 -6
requirements.txt
CHANGED
@@ -2,8 +2,9 @@ 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
|
7 |
attrs==24.2.0
|
8 |
Bottleneck==1.3.7
|
9 |
Brotli==1.0.9
|
@@ -20,24 +21,30 @@ filelock==3.13.1
|
|
20 |
fonttools==4.51.0
|
21 |
frozenlist==1.4.0
|
22 |
fsspec==2024.6.1
|
23 |
-
gradio==
|
24 |
-
gradio_client==
|
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.
|
41 |
numpy==1.26.4
|
42 |
orjson==3.10.7
|
43 |
packaging==24.1
|
@@ -55,10 +62,12 @@ 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.
|
|
|
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
|
@@ -69,7 +78,8 @@ sniffio==1.3.0
|
|
69 |
starlette==0.38.2
|
70 |
sympy==1.13.2
|
71 |
tokenizers==0.20.1
|
72 |
-
tomlkit==0.
|
|
|
73 |
torch==2.3.0
|
74 |
tqdm==4.66.5
|
75 |
transformers==4.45.2
|
|
|
2 |
aiohappyeyeballs==2.4.0
|
3 |
aiohttp==3.10.5
|
4 |
aiosignal==1.2.0
|
5 |
+
altair==5.0.1
|
6 |
annotated-types==0.6.0
|
7 |
+
anyio==4.6.2
|
8 |
attrs==24.2.0
|
9 |
Bottleneck==1.3.7
|
10 |
Brotli==1.0.9
|
|
|
21 |
fonttools==4.51.0
|
22 |
frozenlist==1.4.0
|
23 |
fsspec==2024.6.1
|
24 |
+
gradio==3.50.2
|
25 |
+
gradio_client==0.6.1
|
26 |
h11==0.14.0
|
27 |
httpcore==1.0.2
|
28 |
httpx==0.27.0
|
29 |
huggingface_hub==0.25.2
|
30 |
idna==3.7
|
31 |
+
importlib_resources==6.4.0
|
32 |
Jinja2==3.1.4
|
33 |
+
jsonschema==4.23.0
|
34 |
+
jsonschema-specifications==2023.7.1
|
35 |
kiwisolver==1.4.4
|
36 |
markdown-it-py==2.2.0
|
37 |
MarkupSafe==2.1.3
|
38 |
matplotlib==3.9.2
|
39 |
mdurl==0.1.0
|
40 |
+
mkl_fft==1.3.10
|
41 |
+
mkl_random==1.2.7
|
42 |
+
mkl-service==2.4.0
|
43 |
mpmath==1.3.0
|
44 |
multidict==6.0.4
|
45 |
multiprocess==0.70.15
|
46 |
networkx==3.3
|
47 |
+
numexpr==2.10.1
|
48 |
numpy==1.26.4
|
49 |
orjson==3.10.7
|
50 |
packaging==24.1
|
|
|
62 |
python-dotenv==1.0.1
|
63 |
python-multipart==0.0.9
|
64 |
pytz==2024.1
|
65 |
+
PyYAML==6.0.2
|
66 |
+
referencing==0.30.2
|
67 |
regex==2024.9.11
|
68 |
requests==2.32.3
|
69 |
rich==13.7.1
|
70 |
+
rpds-py==0.10.6
|
71 |
ruff==0.3.5
|
72 |
safetensors==0.4.5
|
73 |
semantic-version==2.8.5
|
|
|
78 |
starlette==0.38.2
|
79 |
sympy==1.13.2
|
80 |
tokenizers==0.20.1
|
81 |
+
tomlkit==0.13.2
|
82 |
+
toolz==0.12.0
|
83 |
torch==2.3.0
|
84 |
tqdm==4.66.5
|
85 |
transformers==4.45.2
|