NaimaAqeel commited on
Commit
dc15ddb
·
verified ·
1 Parent(s): 3ac4e4b

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -6
requirements.txt CHANGED
@@ -1,13 +1,9 @@
1
- sentence-transformers==2.2.2
2
- huggingface-hub==0.19.4
3
  gradio==3.1.4
4
- transformers==4.18.0
5
  faiss-cpu==1.7.2
6
  python-docx==0.8.11
7
  PyMuPDF==1.24.4
8
- httpx==0.23.0
9
- langchain-community==0.2.1
10
-
11
 
12
 
13
 
 
1
+ transformers>=4.18.0
 
2
  gradio==3.1.4
 
3
  faiss-cpu==1.7.2
4
  python-docx==0.8.11
5
  PyMuPDF==1.24.4
6
+ torch>=1.10.0
 
 
7
 
8
 
9