Muhammad541 commited on
Commit
c00886a
·
verified ·
1 Parent(s): 223189f

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -5
requirements.txt CHANGED
@@ -1,5 +1,3 @@
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
 
1
+ numpy==2.2.5 # Already installed in Dockerfile, but listing for clarity
2
+ faiss-cpu==1.9.0 # Matches FAISS version; adjust if needed
3
+ flask==3.0.3 # For a simple web app