From 728863385732d0315d5033772b43395ae0db2e09 Mon Sep 17 00:00:00 2001 From: Bradley Dice Date: Tue, 12 Mar 2024 17:31:11 -0500 Subject: [PATCH] Add upper bound to prevent usage of NumPy 2. --- 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