Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +8 -0
requirements.txt
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
streamlit>=1.46.1
|
| 2 |
+
pandas>=2.3.1
|
| 3 |
+
matplotlib>=3.7.0
|
| 4 |
+
seaborn>=0.12.0
|
| 5 |
+
numpy>=1.24.0
|
| 6 |
+
requests>=2.31.0
|
| 7 |
+
plotly>=5.15.0
|
| 8 |
+
chardet>=5.1.0
|