Update requirements.txt
Browse files- requirements.txt +6 -14
requirements.txt
CHANGED
|
@@ -1,14 +1,6 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
sentence-transformers
|
| 8 |
-
faiss-cpu
|
| 9 |
-
soundfile
|
| 10 |
-
langchain-huggingface
|
| 11 |
-
langchain-community
|
| 12 |
-
langchain-text-splitters
|
| 13 |
-
huggingface_hub
|
| 14 |
-
python-multipart
|
|
|
|
| 1 |
+
flask==3.1.1
|
| 2 |
+
sentence-transformers==3.4.1
|
| 3 |
+
numpy<2.0
|
| 4 |
+
soundfile==0.13.1
|
| 5 |
+
https://github.com/KittenML/KittenTTS/releases/download/0.8/kittentts-0.8.0-py3-none-any.whl
|
| 6 |
+
onnxruntime==1.21.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|