Muhammad541 commited on
Commit
e260ca5
·
verified ·
1 Parent(s): 31bd3ca

Update requirements.txt

Browse files
Files changed (1) hide show
  1. 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.2.2
5
  scikit-learn==1.3.0
6
- numpy==1.23.5 # Compatible with pandas 2.0.3
 
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