From af529cfe8d0a65532601b0ef4f6b292aa659706b Mon Sep 17 00:00:00 2001 From: Bradley Dice Date: Thu, 17 Jul 2025 18:43:16 -0500 Subject: [PATCH] Use numba-cuda >=0.14.0,<0.15.0 --- conda/environments/all_cuda-129_arch-aarch64.yaml | 2 +- conda/environments/all_cuda-129_arch-x86_64.yaml | 2 +- dependencies.yaml | 4 ++-- python/distributed-ucxx/pyproject.toml | 2 +- python/ucxx/pyproject.toml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/conda/environments/all_cuda-129_arch-aarch64.yaml b/conda/environments/all_cuda-129_arch-aarch64.yaml index 2e38d5289..2920fbdfb 100644 --- a/conda/environments/all_cuda-129_arch-aarch64.yaml +++ b/conda/environments/all_cuda-129_arch-aarch64.yaml @@ -23,7 +23,7 @@ dependencies: - librmm==25.8.*,>=0.0.0a0 - libtool - ninja -- numba-cuda>=0.15.2,<0.16.0a0 +- numba-cuda>=0.14.0,<0.15.0a0 - numpy>=1.23,<3.0a0 - pip - pkg-config diff --git a/conda/environments/all_cuda-129_arch-x86_64.yaml b/conda/environments/all_cuda-129_arch-x86_64.yaml index b617a6e3a..b883fe9fe 100644 --- a/conda/environments/all_cuda-129_arch-x86_64.yaml +++ b/conda/environments/all_cuda-129_arch-x86_64.yaml @@ -23,7 +23,7 @@ dependencies: - librmm==25.8.*,>=0.0.0a0 - libtool - ninja -- numba-cuda>=0.15.2,<0.16.0a0 +- numba-cuda>=0.14.0,<0.15.0a0 - numpy>=1.23,<3.0a0 - pip - pkg-config diff --git a/dependencies.yaml b/dependencies.yaml index 210d7a5b8..63def25fd 100644 --- a/dependencies.yaml +++ b/dependencies.yaml @@ -292,13 +292,13 @@ dependencies: - rapids-dask-dependency==25.8.*,>=0.0.0a0 - output_types: [conda] packages: - - &numba-cuda numba-cuda>=0.15.2,<0.16.0a0 + - &numba-cuda numba-cuda>=0.14.0,<0.15.0a0 specific: - output_types: [requirements, pyproject] matrices: - matrix: {cuda: "12.*"} packages: - - &numba-cuda-cu12-dep numba-cuda[cu12]>=0.15.2,<0.16.0a0 + - &numba-cuda-cu12-dep numba-cuda[cu12]>=0.14.0,<0.15.0a0 - matrix: # Fallback for no matrix packages: - *numba-cuda-cu12-dep diff --git a/python/distributed-ucxx/pyproject.toml b/python/distributed-ucxx/pyproject.toml index 3920993ed..37d20996d 100644 --- a/python/distributed-ucxx/pyproject.toml +++ b/python/distributed-ucxx/pyproject.toml @@ -18,7 +18,7 @@ authors = [ license = { text = "BSD-3-Clause" } requires-python = ">=3.10" dependencies = [ - "numba-cuda[cu12]>=0.15.2,<0.16.0a0", + "numba-cuda[cu12]>=0.14.0,<0.15.0a0", "rapids-dask-dependency==25.8.*,>=0.0.0a0", "ucxx==0.45.*,>=0.0.0a0", ] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`. diff --git a/python/ucxx/pyproject.toml b/python/ucxx/pyproject.toml index d003519cf..719fc21a1 100644 --- a/python/ucxx/pyproject.toml +++ b/python/ucxx/pyproject.toml @@ -41,7 +41,7 @@ test = [ "cloudpickle", "cudf==25.8.*,>=0.0.0a0", "cupy-cuda12x>=12.0.0", - "numba-cuda[cu12]>=0.15.2,<0.16.0a0", + "numba-cuda[cu12]>=0.14.0,<0.15.0a0", "pytest-asyncio", "pytest-rerunfailures", "pytest==7.*",