Skip to content

Commit

Permalink
Explicitly add xgboost to testing deps
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesbluca committed Mar 1, 2024
1 parent 416e51a commit 274fc72
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions continuous_integration/environment-3.10.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ dependencies:
- pytest-xdist
- pytest
- python=3.10
- py-xgboost>=1.7.0
- scikit-learn>=1.0.0
- sphinx
- sqlalchemy
Expand Down
1 change: 1 addition & 0 deletions continuous_integration/environment-3.11.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ dependencies:
- pytest-xdist
- pytest
- python=3.11
- py-xgboost>=1.7.0
- scikit-learn>=1.0.0
- sphinx
- sqlalchemy
Expand Down
1 change: 1 addition & 0 deletions continuous_integration/environment-3.12.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ dependencies:
- pytest-xdist
- pytest
- python=3.12
- py-xgboost>=1.7.0
- scikit-learn>=1.0.0
- sphinx
- sqlalchemy
Expand Down
1 change: 1 addition & 0 deletions continuous_integration/environment-3.9.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ dependencies:
- pytest-xdist
- pytest
- python=3.9
- py-xgboost=1.7.0
- scikit-learn=1.0.0
- sphinx
# TODO: remove this constraint when we require pandas>2
Expand Down
1 change: 1 addition & 0 deletions continuous_integration/gpuci/environment-3.10.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ dependencies:
- pytest-xdist
- pytest
- python=3.10
- py-xgboost>=1.7.0
- scikit-learn>=1.0.0
- sphinx
- sqlalchemy
Expand Down
1 change: 1 addition & 0 deletions continuous_integration/gpuci/environment-3.9.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ dependencies:
- pytest-xdist
- pytest
- python=3.9
- py-xgboost>=1.7.0
- scikit-learn>=1.0.0
- sphinx
- sqlalchemy
Expand Down

0 comments on commit 274fc72

Please sign in to comment.