Spaces:
Sleeping
Sleeping
Upload requirements.txt
Browse files- requirements.txt +10 -3
requirements.txt
CHANGED
|
@@ -1,3 +1,10 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
pandas>=1.3.0
|
| 2 |
+
boto3>=1.20.0
|
| 3 |
+
matplotlib>=3.5.0
|
| 4 |
+
seaborn>=0.12.0
|
| 5 |
+
jupyter>=1.0.0
|
| 6 |
+
streamlit>=1.28.0
|
| 7 |
+
pyyaml>=6.0
|
| 8 |
+
plotly>=5.0.0
|
| 9 |
+
pillow>=9.0.0
|
| 10 |
+
ydata-profiling>=4.0.0
|