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: