Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
|
@@ -8,8 +8,8 @@ python-dotenv
|
|
| 8 |
spaces
|
| 9 |
requests
|
| 10 |
numpy
|
| 11 |
-
pandas==1.5.3
|
| 12 |
-
|
| 13 |
# TTS (legacy)
|
| 14 |
TTS @ git+https://github.com/coqui-ai/TTS@v0.22.0
|
| 15 |
pydantic==2.5.3
|
|
|
|
| 8 |
spaces
|
| 9 |
requests
|
| 10 |
numpy
|
| 11 |
+
#pandas==1.5.3
|
| 12 |
+
pandas>=2.2
|
| 13 |
# TTS (legacy)
|
| 14 |
TTS @ git+https://github.com/coqui-ai/TTS@v0.22.0
|
| 15 |
pydantic==2.5.3
|