Update requirements.txt
Browse files- requirements.txt +6 -4
requirements.txt
CHANGED
|
@@ -8,8 +8,10 @@ pydantic>=2.0.0
|
|
| 8 |
python-dotenv>=1.0.0
|
| 9 |
langfuse>=2.0.0
|
| 10 |
pysftp>=0.2.9
|
| 11 |
-
sentence-transformers
|
| 12 |
-
torch
|
| 13 |
-
faiss-cpu
|
| 14 |
-
numpy
|
| 15 |
gradio
|
|
|
|
|
|
|
|
|
| 8 |
python-dotenv>=1.0.0
|
| 9 |
langfuse>=2.0.0
|
| 10 |
pysftp>=0.2.9
|
| 11 |
+
sentence-transformers==5.1.0
|
| 12 |
+
torch==2.2.0
|
| 13 |
+
faiss-cpu==1.7.4
|
| 14 |
+
numpy==1.26.0
|
| 15 |
gradio
|
| 16 |
+
spacy>=3.0.0
|
| 17 |
+
medkit-lib
|