barakb21 commited on
Commit
db61819
·
verified ·
1 Parent(s): 35bdccf

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +13 -5
requirements.txt CHANGED
@@ -1,7 +1,15 @@
1
- gradio>=4.0,<5
 
 
 
 
 
 
 
2
  transformers>=4.41.0
3
  sentence-transformers>=2.6.1
4
- faiss-cpu==1.8.0
5
- pandas>=2.0
6
- numpy>=1.24
7
- pyarrow>=15
 
 
1
+ # --- pin numpy < 2 so faiss-cpu can import ---
2
+ numpy==1.26.4
3
+
4
+ # vector search
5
+ faiss-cpu==1.7.4
6
+
7
+ # app libs
8
+ gradio>=4.31.0
9
  transformers>=4.41.0
10
  sentence-transformers>=2.6.1
11
+ pandas>=2.1.0
12
+ pyarrow>=14.0.1
13
+
14
+ # torch: let Spaces choose a compatible build; if you want to pin:
15
+ # torch>=2.2,<2.4