Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +3 -5
requirements.txt
CHANGED
@@ -1,5 +1,3 @@
|
|
1 |
-
|
2 |
-
|
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
|
|
|
|