From f80035d06ff63f09e2239668700b55635b7caa12 Mon Sep 17 00:00:00 2001 From: Bradley Dice Date: Thu, 14 Mar 2024 10:55:41 -0500 Subject: [PATCH] Add upper bound to prevent usage of NumPy 2. (#5797) --- conda/recipes/cuml-cpu/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conda/recipes/cuml-cpu/meta.yaml b/conda/recipes/cuml-cpu/meta.yaml index 0e812d9f1a..dae692c3a9 100644 --- a/conda/recipes/cuml-cpu/meta.yaml +++ b/conda/recipes/cuml-cpu/meta.yaml @@ -31,7 +31,7 @@ requirements: - cython>=3.0.0 run: - python x.x - - numpy>=1.23 + - numpy>=1.23,<2.0a0 - pandas - scikit-learn=1.2 - hdbscan<=0.8.30