We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dccdc0c commit b4b481dCopy full SHA for b4b481d
ci/conda-env.yml
@@ -20,7 +20,7 @@ dependencies:
20
- h5py
21
- httpx # for testing with starlette/fastapi
22
- ipyvolume=0.6.0a6
23
-- lightgbm
+- lightgbm<4 # https://github.com/microsoft/LightGBM/issues/5196#issuecomment-1702252267
24
- matplotlib-base
25
- nest-asyncio<1.5.2
26
- notebook
requirements-ml.txt
@@ -1,7 +1,7 @@
1
annoy
2
scikit-learn
3
xgboost
4
-lightgbm
+lightgbm<4 # https://github.com/microsoft/LightGBM/issues/5196#issuecomment-1702252267
5
catboost
6
# tensorflow==2.1.0
7
# tensorflow-io==0.12.0
0 commit comments