Create requirements.txt
Browse files- requirements.txt +6 -0
requirements.txt
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
pandas==2.2.3
|
| 2 |
+
numpy==2.1.1
|
| 3 |
+
matplotlib==3.9.2
|
| 4 |
+
seaborn==0.13.2
|
| 5 |
+
plotly==5.24.1
|
| 6 |
+
streamlit==1.39.0
|