From 800ae1ef6ebfad90e805887a02a9250dab9320b1 Mon Sep 17 00:00:00 2001 From: GALI PREM SAGAR Date: Mon, 1 Aug 2022 09:17:53 -0500 Subject: [PATCH] Revert "Allow CuPy 11 (#4837)" This reverts commit dc77d6beeb26de5db9b71835090bddac6b51485f. --- conda/recipes/cuml/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conda/recipes/cuml/meta.yaml b/conda/recipes/cuml/meta.yaml index 03d0e50255..abaa4701c2 100644 --- a/conda/recipes/cuml/meta.yaml +++ b/conda/recipes/cuml/meta.yaml @@ -51,7 +51,7 @@ requirements: - libcuml={{ version }} - libcumlprims {{ minor_version }} - pyraft {{ minor_version }} - - cupy>=7.8.0,<12.0.0a0 + - cupy>=7.8.0,<11.0.0a0 - treelite=2.4.0 - nccl>=2.9.9 - ucx-py {{ ucx_py_version }}