From c35eecba46b4cad951676b53e0f8b915f6aefccf Mon Sep 17 00:00:00 2001 From: jakirkham Date: Tue, 1 Aug 2023 12:27:22 -0700 Subject: [PATCH 1/3] Pick up new `xgboost` packages --- conda/recipes/rapids-xgboost/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conda/recipes/rapids-xgboost/meta.yaml b/conda/recipes/rapids-xgboost/meta.yaml index 36d5eb06..55cf4f35 100644 --- a/conda/recipes/rapids-xgboost/meta.yaml +++ b/conda/recipes/rapids-xgboost/meta.yaml @@ -34,7 +34,7 @@ requirements: {% endif %} - nccl {{ nccl_version }} - python - - xgboost {{ xgboost_version }} rapidsai_cuda* + - xgboost {{ xgboost_version }} rapidsai_py* test: requires: From eac169a6ff993067608a09b5694228ddfccdd256 Mon Sep 17 00:00:00 2001 From: jakirkham Date: Tue, 1 Aug 2023 12:29:04 -0700 Subject: [PATCH 2/3] Drop `CONDA_OVERRIDE_CUDA` --- ci/build_python.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/ci/build_python.sh b/ci/build_python.sh index db51d157..30ecd6b7 100755 --- a/ci/build_python.sh +++ b/ci/build_python.sh @@ -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 From f3883e8a1db60ef3c8ebbe93b0bf26d6700b8ec8 Mon Sep 17 00:00:00 2001 From: jakirkham Date: Tue, 1 Aug 2023 13:35:48 -0700 Subject: [PATCH 3/3] Require latest `libxgboost` as well --- conda/recipes/rapids-xgboost/meta.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/conda/recipes/rapids-xgboost/meta.yaml b/conda/recipes/rapids-xgboost/meta.yaml index 55cf4f35..cb7a4d4d 100644 --- a/conda/recipes/rapids-xgboost/meta.yaml +++ b/conda/recipes/rapids-xgboost/meta.yaml @@ -34,6 +34,7 @@ requirements: {% endif %} - nccl {{ nccl_version }} - python + - libxgboost {{ xgboost_version }} rapidsai_h* - xgboost {{ xgboost_version }} rapidsai_py* test: