Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
fastapi==0.103.0
|
2 |
uvicorn==0.23.2
|
3 |
pandas==2.0.3
|
4 |
-
sentence-transformers==2.
|
5 |
scikit-learn==1.3.0
|
6 |
-
numpy==1.23.5
|
|
|
1 |
fastapi==0.103.0
|
2 |
uvicorn==0.23.2
|
3 |
pandas==2.0.3
|
4 |
+
sentence-transformers==2.6.0 # Latest as of March 2025 might work too
|
5 |
scikit-learn==1.3.0
|
6 |
+
numpy==1.23.5
|