From c623aa5c6988966b0fee5e1ab7620b3805f8ee92 Mon Sep 17 00:00:00 2001 From: Robert Maynard Date: Fri, 1 Apr 2022 09:12:30 -0400 Subject: [PATCH] pin more cmake versions --- conda/recipes/cudf_kafka/meta.yaml | 2 +- conda/recipes/libcudf/conda_build_config.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/conda/recipes/cudf_kafka/meta.yaml b/conda/recipes/cudf_kafka/meta.yaml index 56f2730db7a..9e77d44c15d 100644 --- a/conda/recipes/cudf_kafka/meta.yaml +++ b/conda/recipes/cudf_kafka/meta.yaml @@ -25,7 +25,7 @@ build: requirements: build: - - cmake >=3.20.1 + - cmake >=3.20.1,<3.23 host: - python - cython >=0.29,<0.30 diff --git a/conda/recipes/libcudf/conda_build_config.yaml b/conda/recipes/libcudf/conda_build_config.yaml index 0a533e5c5fe..64eb5d287ef 100644 --- a/conda/recipes/libcudf/conda_build_config.yaml +++ b/conda/recipes/libcudf/conda_build_config.yaml @@ -1,5 +1,5 @@ cmake_version: - - ">=3.20.1" + - ">=3.20.1,<3.23" gtest_version: - "=1.10.0"