diff --git a/conda/recipes/libcuml/conda_build_config.yaml b/conda/recipes/libcuml/conda_build_config.yaml index b34819d689..4c6ac626af 100644 --- a/conda/recipes/libcuml/conda_build_config.yaml +++ b/conda/recipes/libcuml/conda_build_config.yaml @@ -17,7 +17,7 @@ treelite_version: - "=3.2.0" gtest_version: - - "=1.10.0" + - ">=1.13.0" # The CTK libraries below are missing from the conda-forge::cudatoolkit # package. The "*_host_*" version specifiers correspond to `11.8` packages and the diff --git a/conda/recipes/libcuml/meta.yaml b/conda/recipes/libcuml/meta.yaml index 121d027446..42d71c293e 100644 --- a/conda/recipes/libcuml/meta.yaml +++ b/conda/recipes/libcuml/meta.yaml @@ -40,7 +40,7 @@ requirements: - sysroot_{{ target_platform }} {{ sysroot_version }} host: - cudatoolkit ={{ cuda_version }} - - gmock + - gmock {{ gtest_version }} - gtest {{ gtest_version }} - lapack - libcublas {{ libcublas_host_version }}