From 4dfcf3ff25a07a2483569266b3470a5ca5956676 Mon Sep 17 00:00:00 2001 From: Ray Douglass <3107146+raydouglass@users.noreply.github.com> Date: Wed, 6 Jul 2022 11:00:37 -0400 Subject: [PATCH] Pin max version of `cuda-python` to `11.7.0` (#4801) Pin max version of `cuda-python` to `11.7.0` This is a back port of #4793. Authors: - Jordan Jacobelli (https://github.com/Ethyling) Approvers: --- conda/environments/cuml_dev_cuda11.0.yml | 2 +- conda/environments/cuml_dev_cuda11.2.yml | 2 +- conda/environments/cuml_dev_cuda11.4.yml | 2 +- conda/environments/cuml_dev_cuda11.5.yml | 2 +- conda/recipes/cuml/meta.yaml | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/conda/environments/cuml_dev_cuda11.0.yml b/conda/environments/cuml_dev_cuda11.0.yml index f669b436f2..60e436c87e 100644 --- a/conda/environments/cuml_dev_cuda11.0.yml +++ b/conda/environments/cuml_dev_cuda11.0.yml @@ -6,7 +6,7 @@ channels: - conda-forge dependencies: - cudatoolkit=11.0 -- cuda-python >=11.5,<12.0 +- cuda-python >=11.5,<11.7.1 - rapids-build-env=22.06.* - rapids-notebook-env=22.06.* - rapids-doc-env=22.06.* diff --git a/conda/environments/cuml_dev_cuda11.2.yml b/conda/environments/cuml_dev_cuda11.2.yml index 7f9156c680..31794a22b6 100644 --- a/conda/environments/cuml_dev_cuda11.2.yml +++ b/conda/environments/cuml_dev_cuda11.2.yml @@ -6,7 +6,7 @@ channels: - conda-forge dependencies: - cudatoolkit=11.2 -- cuda-python >=11.5,<12.0 +- cuda-python >=11.5,<11.7.1 - rapids-build-env=22.06.* - rapids-notebook-env=22.06.* - rapids-doc-env=22.06.* diff --git a/conda/environments/cuml_dev_cuda11.4.yml b/conda/environments/cuml_dev_cuda11.4.yml index 742331ebeb..03648eb9f6 100644 --- a/conda/environments/cuml_dev_cuda11.4.yml +++ b/conda/environments/cuml_dev_cuda11.4.yml @@ -6,7 +6,7 @@ channels: - conda-forge dependencies: - cudatoolkit=11.4 -- cuda-python >=11.5,<12.0 +- cuda-python >=11.5,<11.7.1 - rapids-build-env=22.06.* - rapids-notebook-env=22.06.* - rapids-doc-env=22.06.* diff --git a/conda/environments/cuml_dev_cuda11.5.yml b/conda/environments/cuml_dev_cuda11.5.yml index 2aaf4200d5..be7052a25f 100644 --- a/conda/environments/cuml_dev_cuda11.5.yml +++ b/conda/environments/cuml_dev_cuda11.5.yml @@ -6,7 +6,7 @@ channels: - conda-forge dependencies: - cudatoolkit=11.5 -- cuda-python >=11.5,<12.0 +- cuda-python >=11.5,<11.7.1 - rapids-build-env=22.06.* - rapids-notebook-env=22.06.* - rapids-doc-env=22.06.* diff --git a/conda/recipes/cuml/meta.yaml b/conda/recipes/cuml/meta.yaml index ea1b581d42..3cc3c5bc48 100644 --- a/conda/recipes/cuml/meta.yaml +++ b/conda/recipes/cuml/meta.yaml @@ -43,7 +43,7 @@ requirements: - cudatoolkit {{ cuda_version }}.* - ucx-py {{ ucx_py_version }} - ucx-proc=*=gpu - - cuda-python >=11.5,<12.0 + - cuda-python >=11.5,<11.7.1 run: - python x.x - cudf {{ minor_version }} @@ -60,7 +60,7 @@ requirements: - distributed==2022.05.2 - joblib >=0.11 - {{ pin_compatible('cudatoolkit', max_pin='x', min_pin='x') }} - - cuda-python >=11.5,<12.0 + - cuda-python >=11.5,<11.7.1 tests: # [linux64] requirements: # [linux64]