Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +1 -5
requirements.txt
CHANGED
|
@@ -1,11 +1,7 @@
|
|
|
|
|
| 1 |
numpy
|
| 2 |
pandas
|
| 3 |
matplotlib
|
| 4 |
huggingface_hub<1.0
|
| 5 |
-
gradio
|
| 6 |
-
|
| 7 |
-
# workaround al bug de schema bool (pydantic 2.11+)
|
| 8 |
pydantic==2.10.6
|
| 9 |
-
gradio==5.4.0
|
| 10 |
-
gradio_client==1.4.2
|
| 11 |
|
|
|
|
| 1 |
+
# requirements.txt — QuarksLab
|
| 2 |
numpy
|
| 3 |
pandas
|
| 4 |
matplotlib
|
| 5 |
huggingface_hub<1.0
|
|
|
|
|
|
|
|
|
|
| 6 |
pydantic==2.10.6
|
|
|
|
|
|
|
| 7 |
|