Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +8 -3
requirements.txt
CHANGED
|
@@ -1,3 +1,8 @@
|
|
| 1 |
-
|
| 2 |
-
pandas
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
streamlit>=1.32
|
| 2 |
+
pandas>=2.0
|
| 3 |
+
openpyxl>=3.1
|
| 4 |
+
numpy>=1.24
|
| 5 |
+
python-docx>=1.1.0
|
| 6 |
+
matplotlib>=3.8
|
| 7 |
+
Pillow>=10.0
|
| 8 |
+
PyMuPDF>=1.23
|