Skip to content

Commit

Permalink
Add upper cap on lightgbm
Browse files Browse the repository at this point in the history
  • Loading branch information
ddelange committed Sep 1, 2023
1 parent dccdc0c commit b4b481d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/conda-env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies:
- h5py
- httpx # for testing with starlette/fastapi
- ipyvolume=0.6.0a6
- lightgbm
- lightgbm<4 # https://github.com/microsoft/LightGBM/issues/5196#issuecomment-1702252267
- matplotlib-base
- nest-asyncio<1.5.2
- notebook
Expand Down
2 changes: 1 addition & 1 deletion requirements-ml.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
annoy
scikit-learn
xgboost
lightgbm
lightgbm<4 # https://github.com/microsoft/LightGBM/issues/5196#issuecomment-1702252267
catboost
# tensorflow==2.1.0
# tensorflow-io==0.12.0

0 comments on commit b4b481d

Please sign in to comment.