From edfba64146cf4cef57cf2f569d3718f3cae96ad5 Mon Sep 17 00:00:00 2001 From: Mike Wendt <1915404+mike-wendt@users.noreply.github.com> Date: Tue, 30 Mar 2021 10:56:47 -0400 Subject: [PATCH] Update conda recipes pinning of repo dependencies (#3666) Ensure all conda packages created in this repo that depend on other packages are all version pinned to the same build number. This way it prevents a conda solve from picking mismatched versions of `cuml` and `libcuml` that can break this repo during builds and testing. Authors: - Mike Wendt (@mike-wendt) Approvers: - Ray Douglass (@raydouglass) - Dante Gama Dessavre (@dantegd) URL: https://github.com/rapidsai/cuml/pull/3666 --- conda/recipes/cuml/meta.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conda/recipes/cuml/meta.yaml b/conda/recipes/cuml/meta.yaml index 527bdd50be..963ecf7515 100644 --- a/conda/recipes/cuml/meta.yaml +++ b/conda/recipes/cuml/meta.yaml @@ -30,7 +30,7 @@ requirements: - cmake>=3.14 - treelite=1.0.0 - cudf {{ minor_version }} - - libcuml={{ version }} + - libcuml={{ version }}=*_{{ GIT_DESCRIBE_NUMBER }} - libcumlprims {{ minor_version }} - cudatoolkit {{ cuda_version }}.* - ucx-py {{ minor_version }} @@ -39,7 +39,7 @@ requirements: - python x.x - cudf {{ minor_version }} - dask-cudf {{ minor_version }} - - libcuml={{ version }} + - libcuml={{ version }}=*_{{ GIT_DESCRIBE_NUMBER }} - libcumlprims {{ minor_version }} - cupy>=7.8.0,<9.0.0a0 - treelite=1.0.0