Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +4 -1
requirements.txt
CHANGED
|
@@ -2,4 +2,7 @@ streamlit>=1.28.0
|
|
| 2 |
numpy>=1.24.0
|
| 3 |
pandas>=2.0.0
|
| 4 |
matplotlib>=3.7.0
|
| 5 |
-
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
numpy>=1.24.0
|
| 3 |
pandas>=2.0.0
|
| 4 |
matplotlib>=3.7.0
|
| 5 |
+
plotly>=5.15.0
|
| 6 |
+
fpdf2>=2.7.0
|
| 7 |
+
python-docx>=0.8.11
|
| 8 |
+
Pillow>=10.0.0
|