aeresd commited on
Commit
8635ea4
·
verified ·
1 Parent(s): 5a8b969

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -4
requirements.txt CHANGED
@@ -1,4 +1,8 @@
1
- transformers
2
- torch
3
- streamlit
4
- accelerate
 
 
 
 
 
1
+ streamlit>=1.24.0
2
+ transformers>=4.39.3
3
+ torch>=2.1.0
4
+ pillow>=9.4.0
5
+ pytesseract>=0.3.10
6
+ plotly>=5.20.0
7
+ pandas>=2.0.3
8
+ openai>=1.14.3