Update requirements.txt
Browse files- requirements.txt +8 -10
requirements.txt
CHANGED
|
@@ -1,10 +1,8 @@
|
|
| 1 |
-
streamlit
|
| 2 |
-
pandas
|
| 3 |
-
numpy
|
| 4 |
-
seaborn
|
| 5 |
-
matplotlib
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
ydata-profiling
|
| 9 |
-
pandas-profiling
|
| 10 |
-
pydantic-settings
|
|
|
|
| 1 |
+
streamlit==1.41.1
|
| 2 |
+
pandas==2.2.3
|
| 3 |
+
numpy==2.0.2
|
| 4 |
+
seaborn==0.13.2
|
| 5 |
+
matplotlib==3.10.0
|
| 6 |
+
scikit-learn==1.6.1
|
| 7 |
+
scipy==1.15.1
|
| 8 |
+
ydata-profiling==4.12.2
|
|
|
|
|
|