Skip to content

Commit

Permalink
Update xgboost requirement (#673)
Browse files Browse the repository at this point in the history
* Make sure to pull in the latest `xgboost` package (without the `__cuda` requirement)
* Drop `CONDA_OVERRIDE_CUDA`

Authors:
  - https://github.com/jakirkham

Approvers:
  - Ray Douglass (https://github.com/raydouglass)
  - Bradley Dice (https://github.com/bdice)

URL: #673
  • Loading branch information
jakirkham authored Aug 2, 2023
1 parent f1d22d5 commit 790b603
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion ci/build_python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ set -euo pipefail
source rapids-env-update

CONDA_CONFIG_FILE="conda/recipes/versions.yaml"
export CONDA_OVERRIDE_CUDA="${RAPIDS_CUDA_VERSION}"

rapids-print-env

Expand Down
3 changes: 2 additions & 1 deletion conda/recipes/rapids-xgboost/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ requirements:
{% endif %}
- nccl {{ nccl_version }}
- python
- xgboost {{ xgboost_version }} rapidsai_cuda*
- libxgboost {{ xgboost_version }} rapidsai_h*
- xgboost {{ xgboost_version }} rapidsai_py*

test:
requires:
Expand Down

0 comments on commit 790b603

Please sign in to comment.