From 365ae0f86346c1b6327087fe1368b9b77524bbc6 Mon Sep 17 00:00:00 2001 From: Chong Gao Date: Wed, 21 Feb 2024 11:07:57 +0800 Subject: [PATCH] Revert "Unpin numba<0.58 (#15031)" This reverts commit ac438c456f7f492fd1bc59603de4e76387f86bb0. --- conda/recipes/cudf/meta.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/conda/recipes/cudf/meta.yaml b/conda/recipes/cudf/meta.yaml index d46d9263864..4f39a9fe452 100644 --- a/conda/recipes/cudf/meta.yaml +++ b/conda/recipes/cudf/meta.yaml @@ -78,7 +78,8 @@ requirements: - typing_extensions >=4.0.0 - pandas >=1.3,<1.6.0dev0 - cupy >=12.0.0 - - numba >=0.57 + # TODO: Pin to numba<0.58 until #14160 is resolved + - numba >=0.57,<0.58 # TODO: Pin to numpy<1.25 until cudf requires pandas 2 - numpy >=1.21,<1.25 - {{ pin_compatible('pyarrow', max_pin='x') }}