Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
|
@@ -1,10 +1,11 @@
|
|
| 1 |
streamlit==1.40.0
|
| 2 |
-
|
|
|
|
|
|
|
| 3 |
Pillow>=10.0.0
|
| 4 |
PyMuPDF>=1.23.0
|
| 5 |
pandas==2.2.3
|
| 6 |
openpyxl>=3.1.0
|
| 7 |
-
easyocr>=1.7.0
|
| 8 |
opencv-python-headless>=4.9.0
|
| 9 |
numpy==1.26.4
|
| 10 |
sentencepiece>=0.2.0
|
|
|
|
| 1 |
streamlit==1.40.0
|
| 2 |
+
torch==2.2.2
|
| 3 |
+
torchvision==0.17.2
|
| 4 |
+
transformers==4.40.0
|
| 5 |
Pillow>=10.0.0
|
| 6 |
PyMuPDF>=1.23.0
|
| 7 |
pandas==2.2.3
|
| 8 |
openpyxl>=3.1.0
|
|
|
|
| 9 |
opencv-python-headless>=4.9.0
|
| 10 |
numpy==1.26.4
|
| 11 |
sentencepiece>=0.2.0
|