From 59179fb9579e780743270e47e9d4e58e46bcc016 Mon Sep 17 00:00:00 2001 From: Graham Markall Date: Fri, 12 Jan 2024 12:40:17 +0000 Subject: [PATCH] Bump required Numba version to 0.58 in conda recipe and tests --- ci/test_conda.sh | 2 +- conda/recipes/pynvjitlink/meta.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/test_conda.sh b/ci/test_conda.sh index ae6ecf2a..57e1ef98 100755 --- a/ci/test_conda.sh +++ b/ci/test_conda.sh @@ -12,7 +12,7 @@ rapids-mamba-retry create -n test \ cxx-compiler \ cuda-nvcc \ cuda-version=${RAPIDS_CUDA_VERSION%.*} \ - "numba>=0.57" \ + "numba>=0.58" \ make \ pytest \ python=${RAPIDS_PY_VERSION} diff --git a/conda/recipes/pynvjitlink/meta.yaml b/conda/recipes/pynvjitlink/meta.yaml index c243478a..ef53cbc4 100644 --- a/conda/recipes/pynvjitlink/meta.yaml +++ b/conda/recipes/pynvjitlink/meta.yaml @@ -35,7 +35,7 @@ requirements: - scikit-build-core run: - python - - numba >=0.57 + - numba >=0.58 - {{ pin_compatible('cuda-version', min_pin='x', max_pin='x.x') }} about: