Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
|
|
| 1 |
pandas==2.2.3
|
| 2 |
numpy==2.1.3
|
| 3 |
seaborn==0.13.2
|
| 4 |
-
matplotlib==3.
|
| 5 |
scikit-learn==1.5.2
|
| 6 |
-
lightgbm==4.
|
|
|
|
| 1 |
+
streamlit==1.41.1
|
| 2 |
pandas==2.2.3
|
| 3 |
numpy==2.1.3
|
| 4 |
seaborn==0.13.2
|
| 5 |
+
matplotlib==3.8.4
|
| 6 |
scikit-learn==1.5.2
|
| 7 |
+
lightgbm==4.3.0
|