CR7CAD commited on
Commit
e7e8538
·
verified ·
1 Parent(s): 1a0f22c

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +10 -7
requirements.txt CHANGED
@@ -1,7 +1,10 @@
1
- streamlit==1.21.0
2
- python-docx==0.8.11
3
- transformers==4.28.0
4
- numpy==1.23.5
5
- scipy==1.9.3
6
- torch==1.13.1
7
- docx2txt
 
 
 
 
1
+ streamlit==1.31.0
2
+ python-docx==1.0.1
3
+ docx2txt==0.8
4
+ transformers==4.36.2
5
+ numpy==1.24.3
6
+ scipy==1.10.1
7
+ torch==2.1.2
8
+ sentencepiece==0.1.99
9
+ protobuf==4.25.1
10
+ tensorflow==2.15.0