Spaces:
Build error
Build error
Innovator | Problem Sover | Avid coder | Thinker | Creator commited on
Commit ·
d9328b7
1
Parent(s): 52c0515
Fixed build issue with gradio conflict
Browse files- requirements.txt +11 -1
requirements.txt
CHANGED
|
@@ -1,8 +1,18 @@
|
|
| 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
|
| 8 |
scikit-learn>=1.4.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
|
| 8 |
+
#scikit-learn>=1.4.0
|
| 9 |
+
|
| 10 |
+
# DO NOT pin gradio here — HuggingFace Spaces injects gradio[oauth]==4.44.0
|
| 11 |
+
# itself during build. Pinning it causes a version conflict.
|
| 12 |
anthropic>=0.40.0,<1.0.0
|
| 13 |
pandas>=2.0.0
|
| 14 |
numpy>=1.26.0
|
| 15 |
matplotlib>=3.8.0
|
| 16 |
scikit-learn>=1.4.0
|
| 17 |
+
pyaudioop>=0.2.0
|
| 18 |
+
|