From 37ae63df3278851b4e0fc0551de592d4d44e232c Mon Sep 17 00:00:00 2001 From: Raymond Douglass Date: Mon, 7 Dec 2020 11:54:50 -0500 Subject: [PATCH] FIX Xgboost version is based on rapids minor version --- conda/recipes/rapids-xgboost/meta.yaml | 2 +- conda/recipes/versions.yaml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/conda/recipes/rapids-xgboost/meta.yaml b/conda/recipes/rapids-xgboost/meta.yaml index 1677d20a..09a6b04a 100644 --- a/conda/recipes/rapids-xgboost/meta.yaml +++ b/conda/recipes/rapids-xgboost/meta.yaml @@ -38,7 +38,7 @@ requirements: - cudatoolkit ={{ cuda_version }}.* - nccl {{ nccl_version }} - python - - xgboost {{ xgboost_version }} + - xgboost {{ xgboost_version }}{{ minor_version }} about: home: http://rapids.ai/ diff --git a/conda/recipes/versions.yaml b/conda/recipes/versions.yaml index ec7068d9..75b44c21 100644 --- a/conda/recipes/versions.yaml +++ b/conda/recipes/versions.yaml @@ -8,7 +8,8 @@ dask_xgboost_version: # Versions for `rapids-xgboost` meta-pkg xgboost_version: - - '=1.3.0dev.rapidsai0.17' + # Minor version is appended in meta.yaml + - '=1.3.0dev.rapidsai' # Versions for conda conda_version: