diff --git a/conda/environments/all_cuda-129_arch-aarch64.yaml b/conda/environments/all_cuda-129_arch-aarch64.yaml index 989bd6eb73e..3b90a4f55df 100644 --- a/conda/environments/all_cuda-129_arch-aarch64.yaml +++ b/conda/environments/all_cuda-129_arch-aarch64.yaml @@ -58,7 +58,7 @@ dependencies: - ninja - notebook - numba-cuda>=0.22.2 -- numba>=0.60.0,<0.62.0 +- numba>=0.60.0,<0.65.0 - numpy>=1.23,<3.0 - numpydoc - nvidia-ml-py>=12 diff --git a/conda/environments/all_cuda-129_arch-x86_64.yaml b/conda/environments/all_cuda-129_arch-x86_64.yaml index ec3a2c53046..c20bc970e15 100644 --- a/conda/environments/all_cuda-129_arch-x86_64.yaml +++ b/conda/environments/all_cuda-129_arch-x86_64.yaml @@ -58,7 +58,7 @@ dependencies: - ninja - notebook - numba-cuda>=0.22.2 -- numba>=0.60.0,<0.62.0 +- numba>=0.60.0,<0.65.0 - numpy>=1.23,<3.0 - numpydoc - nvidia-ml-py>=12 diff --git a/conda/environments/all_cuda-131_arch-aarch64.yaml b/conda/environments/all_cuda-131_arch-aarch64.yaml index fdc07fb13b9..ca3766b1b39 100644 --- a/conda/environments/all_cuda-131_arch-aarch64.yaml +++ b/conda/environments/all_cuda-131_arch-aarch64.yaml @@ -58,7 +58,7 @@ dependencies: - ninja - notebook - numba-cuda>=0.22.2 -- numba>=0.60.0,<0.62.0 +- numba>=0.60.0,<0.65.0 - numpy>=1.23,<3.0 - numpydoc - nvidia-ml-py>=12 diff --git a/conda/environments/all_cuda-131_arch-x86_64.yaml b/conda/environments/all_cuda-131_arch-x86_64.yaml index f0543044646..26645728b7e 100644 --- a/conda/environments/all_cuda-131_arch-x86_64.yaml +++ b/conda/environments/all_cuda-131_arch-x86_64.yaml @@ -58,7 +58,7 @@ dependencies: - ninja - notebook - numba-cuda>=0.22.2 -- numba>=0.60.0,<0.62.0 +- numba>=0.60.0,<0.65.0 - numpy>=1.23,<3.0 - numpydoc - nvidia-ml-py>=12 diff --git a/dependencies.yaml b/dependencies.yaml index 1a418a4b900..8912bf78522 100644 --- a/dependencies.yaml +++ b/dependencies.yaml @@ -708,7 +708,7 @@ dependencies: - output_types: [conda, requirements, pyproject] packages: - cachetools - - &numba numba>=0.60.0,<0.62.0 + - &numba numba>=0.60.0,<0.65.0 - nvtx>=0.2.1 - packaging - rich diff --git a/python/cudf/pyproject.toml b/python/cudf/pyproject.toml index 25b0d61a1fa..dfda9952fd9 100644 --- a/python/cudf/pyproject.toml +++ b/python/cudf/pyproject.toml @@ -25,7 +25,7 @@ dependencies = [ "fsspec>=0.6.0", "libcudf==26.4.*,>=0.0.0a0", "numba-cuda>=0.22.2", - "numba>=0.60.0,<0.62.0", + "numba>=0.60.0,<0.65.0", "numpy>=1.23,<3.0", "nvtx>=0.2.1", "packaging", diff --git a/python/pylibcudf/pyproject.toml b/python/pylibcudf/pyproject.toml index 4df330d14d3..c1b0aa38e6e 100644 --- a/python/pylibcudf/pyproject.toml +++ b/python/pylibcudf/pyproject.toml @@ -44,7 +44,7 @@ test = [ "mmh3", "nanoarrow", "numba-cuda>=0.22.2", - "numba>=0.60.0,<0.62.0", + "numba>=0.60.0,<0.65.0", "pandas>=2.0,<2.4.0", "pyarrow>=19.0.0", "pytest",