michaellupo74 commited on
Commit
536c967
·
1 Parent(s): 68fbca4

Deploy: ensure postBuild exec + deps

Browse files
Files changed (2) hide show
  1. postBuild +0 -0
  2. 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