diff --git a/conda/environments/cudf_dev_cuda11.5.yml b/conda/environments/cudf_dev_cuda11.5.yml index 1fecda80da6..694bea0350b 100644 --- a/conda/environments/cudf_dev_cuda11.5.yml +++ b/conda/environments/cudf_dev_cuda11.5.yml @@ -13,7 +13,7 @@ dependencies: - click=8.0.4 - cupy>=9.5.0,<11.0.0a0 - rmm=22.04.* - - cmake>=3.20.1 + - cmake>=3.20.1,<3.23 - cmake_setuptools>=0.1.3 - python>=3.7,<3.9 - numba>=0.54 diff --git a/conda/recipes/libcudf/meta.yaml b/conda/recipes/libcudf/meta.yaml index 4ea4ace11da..93225267ad6 100644 --- a/conda/recipes/libcudf/meta.yaml +++ b/conda/recipes/libcudf/meta.yaml @@ -36,7 +36,7 @@ build: requirements: build: - - cmake >=3.20.1 + - cmake >=3.20.1,<3.23 host: - librmm {{ minor_version }}.* - cudatoolkit {{ cuda_version }}.* diff --git a/conda/recipes/libcudf_example/meta.yaml b/conda/recipes/libcudf_example/meta.yaml index c20a62c44c7..f258fd0cc74 100644 --- a/conda/recipes/libcudf_example/meta.yaml +++ b/conda/recipes/libcudf_example/meta.yaml @@ -1,4 +1,4 @@ -# Copyright (c) 2021, NVIDIA CORPORATION. +# Copyright (c) 2021-2022, NVIDIA CORPORATION. {% set version = environ.get('GIT_DESCRIBE_TAG', '0.0.0.dev').lstrip('v') + environ.get('VERSION_SUFFIX', '') %} {% set minor_version = version.split('.')[0] + '.' + version.split('.')[1] %} @@ -23,7 +23,7 @@ build: requirements: build: - - cmake >=3.20.1 + - cmake >=3.20.1,<3.23 host: - libcudf {{ version }} diff --git a/conda/recipes/libcudf_kafka/meta.yaml b/conda/recipes/libcudf_kafka/meta.yaml index d5864a7d68c..0aa099a8382 100644 --- a/conda/recipes/libcudf_kafka/meta.yaml +++ b/conda/recipes/libcudf_kafka/meta.yaml @@ -26,7 +26,7 @@ build: requirements: build: - - cmake >=3.20.1 + - cmake >=3.20.1,<3.23 host: - libcudf {{version}} - librdkafka >=1.7.0,<1.8.0a0