Update requirements.txt
Browse files- requirements.txt +6 -6
requirements.txt
CHANGED
|
@@ -1,14 +1,14 @@
|
|
| 1 |
-
streamlit
|
|
|
|
|
|
|
| 2 |
transformers>=4.40.0
|
| 3 |
-
torch>=2.2.0
|
| 4 |
-
torchvision>=0.17.0
|
| 5 |
Pillow>=10.0.0
|
| 6 |
PyMuPDF>=1.23.0
|
| 7 |
-
pandas
|
| 8 |
openpyxl>=3.1.0
|
| 9 |
easyocr>=1.7.0
|
| 10 |
opencv-python-headless>=4.9.0
|
| 11 |
-
numpy
|
| 12 |
sentencepiece>=0.2.0
|
| 13 |
accelerate>=0.28.0
|
| 14 |
-
huggingface_hub>=0.20.0
|
|
|
|
| 1 |
+
streamlit==1.40.0
|
| 2 |
+
torch==2.2.2+cpu --extra-index-url https://download.pytorch.org/whl/cpu
|
| 3 |
+
torchvision==0.17.2+cpu --extra-index-url https://download.pytorch.org/whl/cpu
|
| 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 |
easyocr>=1.7.0
|
| 10 |
opencv-python-headless>=4.9.0
|
| 11 |
+
numpy==1.26.4
|
| 12 |
sentencepiece>=0.2.0
|
| 13 |
accelerate>=0.28.0
|
| 14 |
+
huggingface_hub>=0.20.0
|