Spaces:
Configuration error
Configuration error
Commit
·
6059367
1
Parent(s):
c474963
Update requirements.txt
Browse filesAdding lightgbm to be installed
- requirements.txt +1 -0
requirements.txt
CHANGED
@@ -9,6 +9,7 @@ pandas==2.1.4
|
|
9 |
psutil==7.0.0
|
10 |
pydantic==2.5.3
|
11 |
lxml_html_clean==0.4.2
|
|
|
12 |
requests==2.32.3
|
13 |
scikit-learn==1.4.1.post1
|
14 |
scipy==1.11.4
|
|
|
9 |
psutil==7.0.0
|
10 |
pydantic==2.5.3
|
11 |
lxml_html_clean==0.4.2
|
12 |
+
lightgbm==4.6.0
|
13 |
requests==2.32.3
|
14 |
scikit-learn==1.4.1.post1
|
15 |
scipy==1.11.4
|