Skip to content

Commit

Permalink
Merge branch 'xgboost_version' into latest-dep-update-703f258
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelFu512 committed Dec 20, 2023
2 parents 2c21981 + d6aa04d commit d01e294
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ outputs:
- matplotlib-base >=3.3.3
- seaborn >=0.11.1
- ipywidgets >=7.5
- xgboost >=1.7.0
- xgboost >=1.7.0.post0
- catboost >=1.1.1
- lightgbm >=4.0.0
- lime >=0.2.0.1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ seaborn==0.13.0
shap==0.44.0
sktime==0.24.1
statsmodels==0.14.1
texttable==1.7.0
texttable==1.7.0.post0
tomli==2.0.1
vowpalwabbit==9.9.0
woodwork==0.27.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ texttable==1.6.2
tomli==2.0.1
vowpalwabbit==8.11.0
woodwork[dask]==0.22.0
xgboost==1.7.0
xgboost==1.7.0.post0
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ texttable==1.6.2
tomli==2.0.1
vowpalwabbit==8.11.0
woodwork[dask]==0.22.0
xgboost==1.7.0
xgboost==1.7.0.post0
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ dependencies = [
"plotly >= 5.0.0",
"kaleido == 0.1.0",
"ipywidgets >= 7.5",
"xgboost >= 1.7.0",
"xgboost >= 1.7.0.post0",
"catboost >= 1.1.1",
"lightgbm >= 4.0.0",
"matplotlib >= 3.3.3",
Expand Down

0 comments on commit d01e294

Please sign in to comment.