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