garvitcpp commited on
Commit
3f2e270
·
verified ·
1 Parent(s): 3e7ff6b

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -3
requirements.txt CHANGED
@@ -1,9 +1,12 @@
1
- streamlit>=1.25.0
2
  PyPDF2
3
  python-docx
4
  transformers
5
- torch>=2.0.0
6
  sentencepiece
7
  accelerate
8
  textblob
9
- protobuf
 
 
 
 
1
+ streamlit>=1.40.0
2
  PyPDF2
3
  python-docx
4
  transformers
5
+ torch>=2.5.0
6
  sentencepiece
7
  accelerate
8
  textblob
9
+ protobuf
10
+ pillow>=10.0.0
11
+ numpy>=1.26.0
12
+ pandas>=2.2.0