Skip to content

Commit

Permalink
Bump py-xgboost CI dep to 2.0.3 (#1314)
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesbluca authored Mar 14, 2024
1 parent 6706433 commit df987a3
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion continuous_integration/environment-3.10.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies:
- pytest-xdist
- pytest
- python=3.10
- py-xgboost>=1.7.0
- py-xgboost>=2.0.3
- scikit-learn>=1.0.0
- sphinx
- sqlalchemy
Expand Down
2 changes: 1 addition & 1 deletion continuous_integration/environment-3.11.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies:
- pytest-xdist
- pytest
- python=3.11
- py-xgboost>=1.7.0
- py-xgboost>=2.0.3
- scikit-learn>=1.0.0
- sphinx
- sqlalchemy
Expand Down
2 changes: 1 addition & 1 deletion continuous_integration/environment-3.12.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies:
- pytest-xdist
- pytest
- python=3.12
- py-xgboost>=1.7.0
- py-xgboost>=2.0.3
- scikit-learn>=1.0.0
- sphinx
- sqlalchemy
Expand Down
2 changes: 1 addition & 1 deletion continuous_integration/environment-3.9.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies:
- pytest-xdist
- pytest
- python=3.9
- py-xgboost=1.7.0
- py-xgboost=2.0.3
- scikit-learn=1.0.0
- sphinx
# TODO: remove this constraint when we require pandas>2
Expand Down
2 changes: 1 addition & 1 deletion continuous_integration/gpuci/environment-3.10.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies:
- pytest-xdist
- pytest
- python=3.10
- py-xgboost>=1.7.0
- py-xgboost>=2.0.3
- scikit-learn>=1.0.0
- sphinx
- sqlalchemy
Expand Down
2 changes: 1 addition & 1 deletion continuous_integration/gpuci/environment-3.9.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies:
- pytest-xdist
- pytest
- python=3.9
- py-xgboost>=1.7.0
- py-xgboost==2.0.3
- scikit-learn>=1.0.0
- sphinx
- sqlalchemy
Expand Down

0 comments on commit df987a3

Please sign in to comment.