Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +1 -5
requirements.txt
CHANGED
@@ -3,11 +3,7 @@ uvicorn>=0.15.0
|
|
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
|
|
|
3 |
kokoro>=0.3.4
|
4 |
soundfile
|
5 |
python-multipart>=0.0.5
|
|
|
6 |
scipy # Required for soundfile
|
7 |
numpy
|
8 |
pillow # For image handling
|
9 |
+
huggingface-hub # For API access
|
|
|
|
|
|