ShanenThomas commited on
Commit
3459268
·
verified ·
1 Parent(s): c3350c9

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -2
requirements.txt CHANGED
@@ -1,7 +1,9 @@
 
 
 
1
  gradio==4.44.0
2
- faiss-cpu==1.8.0
3
  pypdf==4.3.1
4
  sentence-transformers==3.0.1
5
  transformers==4.43.3
6
  huggingface_hub==0.24.6
7
- numpy>=1.24
 
1
+ # pin numpy < 2 to satisfy faiss wheel
2
+ numpy==1.26.4
3
+
4
  gradio==4.44.0
5
+ faiss-cpu==1.8.0.post1
6
  pypdf==4.3.1
7
  sentence-transformers==3.0.1
8
  transformers==4.43.3
9
  huggingface_hub==0.24.6