Update requirements.txt
Browse files- requirements.txt +4 -3
requirements.txt
CHANGED
|
@@ -10,6 +10,7 @@ fastapi>=0.111.0
|
|
| 10 |
uvicorn[standard]>=0.29.0
|
| 11 |
python-multipart>=0.0.9
|
| 12 |
|
| 13 |
-
# PyTorch
|
| 14 |
-
|
| 15 |
-
|
|
|
|
|
|
| 10 |
uvicorn[standard]>=0.29.0
|
| 11 |
python-multipart>=0.0.9
|
| 12 |
|
| 13 |
+
# PyTorch 2.6 changed torch.load default to weights_only=True which breaks
|
| 14 |
+
# Coqui's checkpoint loader — pin to the last compatible release.
|
| 15 |
+
torch>=2.2.0,<2.6.0
|
| 16 |
+
torchaudio>=2.2.0,<2.6.0
|