From d1daea89e5b4e27a1689a7615dcb514b9bf36384 Mon Sep 17 00:00:00 2001 From: Vyas Ramasubramani Date: Thu, 4 May 2023 10:14:53 -0700 Subject: [PATCH] Update cupy dependency (#213) Switch to requiring cupy 12 Authors: - Vyas Ramasubramani (https://github.com/vyasr) Approvers: - Jake Awe (https://github.com/AyodeAwe) URL: https://github.com/rapidsai/kvikio/pull/213 --- conda/environments/all_cuda-118_arch-x86_64.yaml | 2 +- conda/recipes/kvikio/meta.yaml | 2 +- dependencies.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/conda/environments/all_cuda-118_arch-x86_64.yaml b/conda/environments/all_cuda-118_arch-x86_64.yaml index ea92bc897d..087d3485e3 100644 --- a/conda/environments/all_cuda-118_arch-x86_64.yaml +++ b/conda/environments/all_cuda-118_arch-x86_64.yaml @@ -10,7 +10,7 @@ dependencies: - cmake>=3.23.1,!=3.25.0 - cudatoolkit=11.8 - cudf=23.06 -- cupy >=9.5.0 +- cupy >=12.0.0 - cxx-compiler - cython>=0.29,<0.30 - dask>=2022.05.2 diff --git a/conda/recipes/kvikio/meta.yaml b/conda/recipes/kvikio/meta.yaml index 97332c23e8..4789d65611 100644 --- a/conda/recipes/kvikio/meta.yaml +++ b/conda/recipes/kvikio/meta.yaml @@ -43,7 +43,7 @@ requirements: run: - python - numpy >=1.20 - - cupy >=9.5.0 + - cupy >=12.0.0 - zarr - {{ pin_compatible('cudatoolkit', max_pin='x', min_pin='x') }} diff --git a/dependencies.yaml b/dependencies.yaml index 035e6a6715..e787a8b1b0 100644 --- a/dependencies.yaml +++ b/dependencies.yaml @@ -138,7 +138,7 @@ dependencies: - zarr - output_types: conda packages: - - cupy >=9.5.0 + - cupy >=12.0.0 specific: - output_types: requirements matrices: