Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +4 -1
requirements.txt
CHANGED
|
@@ -1,6 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Gradio is provided by Hugging Face Spaces according to README sdk_version
|
| 2 |
groq>=0.4.0
|
| 3 |
beautifulsoup4>=4.12.0
|
| 4 |
requests>=2.28.0
|
| 5 |
python-dotenv>=1.0.0
|
| 6 |
-
youtube-transcript-api>=1.0.0
|
|
|
|
| 1 |
+
# Fix Python 3.13 startup (audioop removed) + HF Spaces Gradio stability
|
| 2 |
+
pydantic==2.10.6
|
| 3 |
+
audioop-lts
|
| 4 |
# Gradio is provided by Hugging Face Spaces according to README sdk_version
|
| 5 |
groq>=0.4.0
|
| 6 |
beautifulsoup4>=4.12.0
|
| 7 |
requests>=2.28.0
|
| 8 |
python-dotenv>=1.0.0
|
| 9 |
+
youtube-transcript-api>=1.0.0
|