Commit
·
3e96ca9
1
Parent(s):
e39e2ca
fix: Add lightgbm package to requirements.txt
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
|
|
| 1 |
marimo==0.14.16
|
| 2 |
matplotlib==3.10.5
|
| 3 |
pandas==2.3.1
|
|
|
|
| 1 |
+
lightgbm==4.6.0
|
| 2 |
marimo==0.14.16
|
| 3 |
matplotlib==3.10.5
|
| 4 |
pandas==2.3.1
|