ojas121 commited on
Commit
3602c46
·
verified ·
1 Parent(s): a18eda0

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -3
requirements.txt CHANGED
@@ -1,7 +1,8 @@
1
  streamlit==1.25.0
2
- sentence-transformers==2.2.2
3
- torch==2.0.1
4
  PyPDF2==3.0.1
5
  numpy==1.24.3
6
  scipy==1.11.3
7
-
 
 
1
  streamlit==1.25.0
2
+ sentence-transformers>=2.2.2
3
+ torch>=2.0.0
4
  PyPDF2==3.0.1
5
  numpy==1.24.3
6
  scipy==1.11.3
7
+ huggingface_hub>=0.16.4
8
+ transformers>=4.28.1