Spaces:
Runtime error
Runtime error
Commit
·
17caa2e
1
Parent(s):
31fe822
Update requirements
Browse files- requirements.txt +5 -5
requirements.txt
CHANGED
@@ -2,9 +2,9 @@ PyMuPDF==1.21.1
|
|
2 |
numpy==1.24.2
|
3 |
streamlit==1.15.2
|
4 |
transformers==4.25.1
|
5 |
-
pandas
|
6 |
-
plotly-express
|
7 |
python-dotenv==1.0.0
|
8 |
-
Pillow
|
9 |
-
torch
|
10 |
-
easyocr
|
|
|
2 |
numpy==1.24.2
|
3 |
streamlit==1.15.2
|
4 |
transformers==4.25.1
|
5 |
+
pandas==2.0.0
|
6 |
+
plotly-express==0.4.1
|
7 |
python-dotenv==1.0.0
|
8 |
+
Pillow==9.4.0
|
9 |
+
torch==2.0.0
|
10 |
+
easyocr==1.6.2
|