From 7ff2812fc0b73601654347612d8eb61e9ea552c9 Mon Sep 17 00:00:00 2001 From: Bradley Dice Date: Mon, 11 Mar 2024 13:57:16 -0500 Subject: [PATCH] Add upper bound to prevent usage of NumPy 2. --- conda/recipes/versions.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conda/recipes/versions.yaml b/conda/recipes/versions.yaml index c95bbaa3..9ac8b158 100644 --- a/conda/recipes/versions.yaml +++ b/conda/recipes/versions.yaml @@ -11,7 +11,7 @@ nccl_version: numba_version: - '>=0.57' numpy_version: - - '>=1.21' + - '>=1.23,<2.0a0' nvtx_version: - '>=0.2.1,<0.3' ucx_version: