Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +4 -2
requirements.txt
CHANGED
|
@@ -3,9 +3,11 @@ uvicorn>=0.15.0
|
|
| 3 |
kokoro>=0.3.4
|
| 4 |
soundfile
|
| 5 |
python-multipart>=0.0.5
|
| 6 |
-
spacy>=3.8.0
|
| 7 |
ipython
|
| 8 |
scipy # Required for soundfile
|
| 9 |
numpy
|
| 10 |
pillow # For image handling
|
| 11 |
-
huggingface-hub # For API access
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
kokoro>=0.3.4
|
| 4 |
soundfile
|
| 5 |
python-multipart>=0.0.5
|
|
|
|
| 6 |
ipython
|
| 7 |
scipy # Required for soundfile
|
| 8 |
numpy
|
| 9 |
pillow # For image handling
|
| 10 |
+
huggingface-hub # For API access
|
| 11 |
+
|
| 12 |
+
# Explicitly skip problematic packages to avoid compilation issues
|
| 13 |
+
--no-binary=:all: --only-binary=blis,cymem,preshed,thinc,spacy
|