Spaces:
Running
Running
Commit
·
536c967
1
Parent(s):
68fbca4
Deploy: ensure postBuild exec + deps
Browse files- postBuild +0 -0
- requirements.txt +2 -1
postBuild
CHANGED
|
File without changes
|
requirements.txt
CHANGED
|
@@ -4,7 +4,8 @@ pydantic==2.7.*
|
|
| 4 |
python-dotenv==1.0.*
|
| 5 |
pandas==2.2.*
|
| 6 |
numpy==1.26.* # safer with faiss-cpu wheels on Spaces
|
| 7 |
-
playwright>=1.45
|
|
|
|
| 8 |
|
| 9 |
# ---------- RAG / Search ----------
|
| 10 |
faiss-cpu==1.8.0
|
|
|
|
| 4 |
python-dotenv==1.0.*
|
| 5 |
pandas==2.2.*
|
| 6 |
numpy==1.26.* # safer with faiss-cpu wheels on Spaces
|
| 7 |
+
playwright[chromium]>=1.45
|
| 8 |
+
|
| 9 |
|
| 10 |
# ---------- RAG / Search ----------
|
| 11 |
faiss-cpu==1.8.0
|