Spaces:
Build error
Build error
Innovator | Problem Sover | Avid coder | Thinker | Creator
Fixed build issue with gradio conflict
d9328b7 | # Gradio 4.42.0+ dropped pydub; anything below breaks on Python 3.13 | |
| # HuggingFace Spaces as of 2025 defaults to Python 3.13 | |
| #gradio==4.42.0 | |
| #anthropic>=0.40.0,<1.0.0 | |
| #pandas>=2.0.0 | |
| #numpy>=1.26.0 | |
| #matplotlib>=3.8.0 | |
| #scikit-learn>=1.4.0 | |
| # DO NOT pin gradio here — HuggingFace Spaces injects gradio[oauth]==4.44.0 | |
| # itself during build. Pinning it causes a version conflict. | |
| anthropic>=0.40.0,<1.0.0 | |
| pandas>=2.0.0 | |
| numpy>=1.26.0 | |
| matplotlib>=3.8.0 | |
| scikit-learn>=1.4.0 | |
| pyaudioop>=0.2.0 | |