diff --git a/conda/environments/all_cuda-118_arch-aarch64.yaml b/conda/environments/all_cuda-118_arch-aarch64.yaml index 4513daf4e68..4ecbaeb5229 100644 --- a/conda/environments/all_cuda-118_arch-aarch64.yaml +++ b/conda/environments/all_cuda-118_arch-aarch64.yaml @@ -54,7 +54,7 @@ dependencies: - nbsphinx - ninja - notebook -- numba-cuda>=0.9.0,!=0.10.0 +- numba-cuda>=0.10.1,<0.11.0a0 - numba>=0.59.1,<0.62.0a0 - numpy>=1.23,<3.0a0 - numpydoc diff --git a/conda/environments/all_cuda-118_arch-x86_64.yaml b/conda/environments/all_cuda-118_arch-x86_64.yaml index bf9b2ba3af5..43cae390468 100644 --- a/conda/environments/all_cuda-118_arch-x86_64.yaml +++ b/conda/environments/all_cuda-118_arch-x86_64.yaml @@ -56,7 +56,7 @@ dependencies: - nbsphinx - ninja - notebook -- numba-cuda>=0.9.0,!=0.10.0 +- numba-cuda>=0.10.1,<0.11.0a0 - numba>=0.59.1,<0.62.0a0 - numpy>=1.23,<3.0a0 - numpydoc diff --git a/conda/environments/all_cuda-128_arch-aarch64.yaml b/conda/environments/all_cuda-128_arch-aarch64.yaml index 9894e44cc45..da943fe2425 100644 --- a/conda/environments/all_cuda-128_arch-aarch64.yaml +++ b/conda/environments/all_cuda-128_arch-aarch64.yaml @@ -54,7 +54,7 @@ dependencies: - nbsphinx - ninja - notebook -- numba-cuda>=0.9.0,!=0.10.0 +- numba-cuda>=0.10.1,<0.11.0a0 - numba>=0.59.1,<0.62.0a0 - numpy>=1.23,<3.0a0 - numpydoc diff --git a/conda/environments/all_cuda-128_arch-x86_64.yaml b/conda/environments/all_cuda-128_arch-x86_64.yaml index 9b717017968..a0a61dd20c9 100644 --- a/conda/environments/all_cuda-128_arch-x86_64.yaml +++ b/conda/environments/all_cuda-128_arch-x86_64.yaml @@ -55,7 +55,7 @@ dependencies: - nbsphinx - ninja - notebook -- numba-cuda>=0.9.0,!=0.10.0 +- numba-cuda>=0.10.1,<0.11.0a0 - numba>=0.59.1,<0.62.0a0 - numpy>=1.23,<3.0a0 - numpydoc diff --git a/conda/recipes/cudf/recipe.yaml b/conda/recipes/cudf/recipe.yaml index 4e61457cf4d..9fcc57a1018 100644 --- a/conda/recipes/cudf/recipe.yaml +++ b/conda/recipes/cudf/recipe.yaml @@ -73,7 +73,7 @@ requirements: - typing_extensions >=4.0.0 - pandas >=2.0,<2.2.4dev0 - cupy >=12.0.0 - - numba-cuda >=0.9.0,!=0.10.0 + - numba-cuda >=0.10.1,<0.11.0a0 - numba >=0.59.1,<0.62.0a0 - numpy >=1.23,<3.0a0 - pyarrow>=14.0.0,<20.0.0a0 diff --git a/dependencies.yaml b/dependencies.yaml index d4dd5e9d60e..314edea154e 100644 --- a/dependencies.yaml +++ b/dependencies.yaml @@ -771,7 +771,7 @@ dependencies: - output_types: [conda, requirements, pyproject] packages: - cachetools - - &numba-cuda-dep numba-cuda>=0.9.0,!=0.10.0 + - &numba-cuda-dep numba-cuda>=0.10.1,<0.11.0a0 - &numba-dep numba>=0.59.1,<0.62.0a0 - nvtx>=0.2.1 - packaging @@ -904,7 +904,7 @@ dependencies: matrices: - matrix: {dependencies: "oldest"} packages: - - numba-cuda==0.9.0 + - numba-cuda==0.10.1 - numba==0.59.1 - pandas==2.0.* - matrix: {dependencies: "latest"} diff --git a/python/cudf/pyproject.toml b/python/cudf/pyproject.toml index afe314ac267..895803db557 100644 --- a/python/cudf/pyproject.toml +++ b/python/cudf/pyproject.toml @@ -24,7 +24,7 @@ dependencies = [ "cupy-cuda11x>=12.0.0", "fsspec>=0.6.0", "libcudf==25.6.*,>=0.0.0a0", - "numba-cuda>=0.9.0,!=0.10.0", + "numba-cuda>=0.10.1,<0.11.0a0", "numba>=0.59.1,<0.62.0a0", "numpy>=1.23,<3.0a0", "nvtx>=0.2.1", diff --git a/python/dask_cudf/pyproject.toml b/python/dask_cudf/pyproject.toml index b628bc7ea04..e680f7d3370 100644 --- a/python/dask_cudf/pyproject.toml +++ b/python/dask_cudf/pyproject.toml @@ -48,7 +48,7 @@ cudf = "dask_cudf.backends:CudfBackendEntrypoint" [project.optional-dependencies] test = [ "dask-cuda==25.6.*,>=0.0.0a0", - "numba-cuda>=0.9.0,!=0.10.0", + "numba-cuda>=0.10.1,<0.11.0a0", "numba>=0.59.1,<0.62.0a0", "pytest-cov", "pytest-xdist",