Spaces:
Build error
Build error
Innovator | Problem Sover | Avid coder | Thinker | Creator commited on
Commit ·
52c0515
1
Parent(s): 9935bd7
Fixed audioop error
Browse files- requirements.txt +4 -2
requirements.txt
CHANGED
|
@@ -1,5 +1,7 @@
|
|
| 1 |
-
|
| 2 |
-
|
|
|
|
|
|
|
| 3 |
pandas>=2.0.0
|
| 4 |
numpy>=1.26.0
|
| 5 |
matplotlib>=3.8.0
|
|
|
|
| 1 |
+
# Gradio 4.42.0+ dropped pydub; anything below breaks on Python 3.13
|
| 2 |
+
# HuggingFace Spaces as of 2025 defaults to Python 3.13
|
| 3 |
+
gradio==4.42.0
|
| 4 |
+
anthropic>=0.40.0,<1.0.0
|
| 5 |
pandas>=2.0.0
|
| 6 |
numpy>=1.26.0
|
| 7 |
matplotlib>=3.8.0
|