From c1ce3eca744a9a0c5440aefb8cd77fe1e90182e8 Mon Sep 17 00:00:00 2001 From: Ray Douglass Date: Mon, 12 Feb 2024 17:47:39 -0500 Subject: [PATCH] Unpin numba<0.58 --- conda/recipes/cudf/meta.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/conda/recipes/cudf/meta.yaml b/conda/recipes/cudf/meta.yaml index 4f39a9fe452..d46d9263864 100644 --- a/conda/recipes/cudf/meta.yaml +++ b/conda/recipes/cudf/meta.yaml @@ -78,8 +78,7 @@ requirements: - typing_extensions >=4.0.0 - pandas >=1.3,<1.6.0dev0 - cupy >=12.0.0 - # TODO: Pin to numba<0.58 until #14160 is resolved - - numba >=0.57,<0.58 + - numba >=0.57 # TODO: Pin to numpy<1.25 until cudf requires pandas 2 - numpy >=1.21,<1.25 - {{ pin_compatible('pyarrow', max_pin='x') }}