CR7CAD commited on
Commit
d016745
·
verified ·
1 Parent(s): e0405b6

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -6
requirements.txt CHANGED
@@ -1,6 +1,7 @@
1
- streamlit
2
- python-docx
3
- textract
4
- transformers
5
- torch
6
- protobuf
 
 
1
+ streamlit>=1.21.0
2
+ python-docx>=0.8.11
3
+ textract>=1.6.5
4
+ transformers>=4.28.0
5
+ torch>=2.0.0
6
+ numpy>=1.22.0
7
+ scipy>=1.9.0