Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -2,4 +2,5 @@ pandas>=2.0.0
|
|
| 2 |
numpy>=1.24.0
|
| 3 |
matplotlib>=3.7.0
|
| 4 |
pillow>=10.0.0
|
| 5 |
-
plotly>=5.18.0
|
|
|
|
|
|
| 2 |
numpy>=1.24.0
|
| 3 |
matplotlib>=3.7.0
|
| 4 |
pillow>=10.0.0
|
| 5 |
+
plotly>=5.18.0
|
| 6 |
+
tabulate>=0.9.0
|