zeeshan4801 commited on
Commit
fa4c428
·
verified ·
1 Parent(s): e657115

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -7
requirements.txt CHANGED
@@ -1,7 +1,8 @@
1
- %%writefile requirements.txt
2
- faiss-cpu
3
- numpy
4
- gradio
5
- sentence-transformers
6
- PyMuPDF
7
- groq
 
 
1
+ # ---- Stable versions for Hugging Face Spaces ----
2
+ pip>=24.0
3
+ faiss-cpu==1.7.4
4
+ numpy==1.26.4
5
+ gradio==4.44.0
6
+ sentence-transformers==2.7.0
7
+ PyMuPDF==1.24.2
8
+ groq==0.4.1