Skip to content

Commit b4b481d

Browse files
committed
Add upper cap on lightgbm
microsoft/LightGBM#5196 (comment)
1 parent dccdc0c commit b4b481d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ci/conda-env.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dependencies:
2020
- h5py
2121
- httpx # for testing with starlette/fastapi
2222
- ipyvolume=0.6.0a6
23-
- lightgbm
23+
- lightgbm<4 # https://github.com/microsoft/LightGBM/issues/5196#issuecomment-1702252267
2424
- matplotlib-base
2525
- nest-asyncio<1.5.2
2626
- notebook

requirements-ml.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
annoy
22
scikit-learn
33
xgboost
4-
lightgbm
4+
lightgbm<4 # https://github.com/microsoft/LightGBM/issues/5196#issuecomment-1702252267
55
catboost
66
# tensorflow==2.1.0
77
# tensorflow-io==0.12.0

0 commit comments

Comments
 (0)