Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +9 -8
requirements.txt
CHANGED
|
@@ -1,8 +1,9 @@
|
|
| 1 |
-
streamlit
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
|
|
|
|
|
| 1 |
+
streamlit==1.54.0
|
| 2 |
+
python-dotenv==1.0.1
|
| 3 |
+
pandas==2.3.3
|
| 4 |
+
openpyxl==3.1.5
|
| 5 |
+
numpy==2.4.2
|
| 6 |
+
python-docx==1.2.0
|
| 7 |
+
matplotlib==3.10.8
|
| 8 |
+
Pillow==12.1.1
|
| 9 |
+
PyMuPDF==1.27.1
|