Skip to content

Commit

Permalink
Automated Latest Dependency Updates (#4372)
Browse files Browse the repository at this point in the history
* Update latest dependencies

* xgboost 1.7.0 to 1.7.0.post0

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: MichaelFu512 <[email protected]>
  • Loading branch information
3 people authored Dec 20, 2023
1 parent 703f258 commit 0073d5f
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 @@ -35,4 +35,4 @@ texttable==1.7.0
tomli==2.0.1
vowpalwabbit==9.9.0
woodwork==0.27.0
xgboost==2.0.2
xgboost==2.0.3
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 0073d5f

Please sign in to comment.