Skip to content

Commit df987a3

Browse files
authored
Bump py-xgboost CI dep to 2.0.3 (#1314)
1 parent 6706433 commit df987a3

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

continuous_integration/environment-3.10.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dependencies:
2626
- pytest-xdist
2727
- pytest
2828
- python=3.10
29-
- py-xgboost>=1.7.0
29+
- py-xgboost>=2.0.3
3030
- scikit-learn>=1.0.0
3131
- sphinx
3232
- sqlalchemy

continuous_integration/environment-3.11.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dependencies:
2626
- pytest-xdist
2727
- pytest
2828
- python=3.11
29-
- py-xgboost>=1.7.0
29+
- py-xgboost>=2.0.3
3030
- scikit-learn>=1.0.0
3131
- sphinx
3232
- sqlalchemy

continuous_integration/environment-3.12.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dependencies:
2727
- pytest-xdist
2828
- pytest
2929
- python=3.12
30-
- py-xgboost>=1.7.0
30+
- py-xgboost>=2.0.3
3131
- scikit-learn>=1.0.0
3232
- sphinx
3333
- sqlalchemy

continuous_integration/environment-3.9.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dependencies:
2626
- pytest-xdist
2727
- pytest
2828
- python=3.9
29-
- py-xgboost=1.7.0
29+
- py-xgboost=2.0.3
3030
- scikit-learn=1.0.0
3131
- sphinx
3232
# TODO: remove this constraint when we require pandas>2

continuous_integration/gpuci/environment-3.10.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dependencies:
3232
- pytest-xdist
3333
- pytest
3434
- python=3.10
35-
- py-xgboost>=1.7.0
35+
- py-xgboost>=2.0.3
3636
- scikit-learn>=1.0.0
3737
- sphinx
3838
- sqlalchemy

continuous_integration/gpuci/environment-3.9.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dependencies:
3232
- pytest-xdist
3333
- pytest
3434
- python=3.9
35-
- py-xgboost>=1.7.0
35+
- py-xgboost==2.0.3
3636
- scikit-learn>=1.0.0
3737
- sphinx
3838
- sqlalchemy

0 commit comments

Comments
 (0)