From 1fde9c992df74a79696500e532e11d0c1248262e Mon Sep 17 00:00:00 2001 From: Ray Douglass <3107146+raydouglass@users.noreply.github.com> Date: Tue, 9 May 2023 16:58:05 -0400 Subject: [PATCH] Update cupy to >=12 (#475) Updating `cupy` spec to match the rest of RAPIDS Authors: - Ray Douglass (https://github.com/raydouglass) Approvers: - AJ Schmidt (https://github.com/ajschmidt8) URL: https://github.com/rapidsai/cuxfilter/pull/475 --- conda/recipes/cuxfilter/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conda/recipes/cuxfilter/meta.yaml b/conda/recipes/cuxfilter/meta.yaml index b74f9552..d8001c9f 100644 --- a/conda/recipes/cuxfilter/meta.yaml +++ b/conda/recipes/cuxfilter/meta.yaml @@ -24,7 +24,7 @@ requirements: run: - bokeh >=2.4.2,<=2.5 - cudf ={{ minor_version }} - - cupy >=9.5.0,<12.0.0a0 + - cupy >=12.0.0 - cuspatial ={{ minor_version }} - dask-cuda ={{ minor_version }} - dask-cudf ={{ minor_version }}