Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion conda/environments/all_cuda-129_arch-aarch64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies:
- librmm==25.10.*,>=0.0.0a0
- libtool
- ninja
- numba-cuda>=0.14.0,<0.15.0a0
- numba-cuda>=0.18.0,<0.19.0a0
- numpy>=1.23,<3.0a0
- pip
- pkg-config
Expand Down
2 changes: 1 addition & 1 deletion conda/environments/all_cuda-129_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies:
- librmm==25.10.*,>=0.0.0a0
- libtool
- ninja
- numba-cuda>=0.14.0,<0.15.0a0
- numba-cuda>=0.18.0,<0.19.0a0
- numpy>=1.23,<3.0a0
- pip
- pkg-config
Expand Down
8 changes: 4 additions & 4 deletions conda/recipes/ucxx/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -260,8 +260,8 @@ outputs:
- ${{ pin_subpackage("libucxx", exact=True) }}
- cuda-cudart-dev
run:
- numba >=0.59.1,<0.62.0a0
- numba-cuda >=0.14.0,<0.15.0a0
- numba >=0.60.0,<0.62.0a0
- numba-cuda >=0.18.0,<0.19.0a0
- numpy >=1.23,<3.0a0
- pynvml >=12.0.0,<13.0.0a0
- python =${{ python }}
Expand Down Expand Up @@ -388,8 +388,8 @@ outputs:
- setuptools
- wheel
run:
- numba >=0.59.1,<0.62.0a0
- numba-cuda >=0.14.0,<0.15.0a0
- numba >=0.60.0,<0.62.0a0
- numba-cuda >=0.18.0,<0.19.0a0
- python
- rapids-dask-dependency ${{ rapids_version }}
- ${{ pin_subpackage("ucxx", upper_bound="x.x") }}
Expand Down
4 changes: 2 additions & 2 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -287,13 +287,13 @@ dependencies:
- pynvml>=12.0.0,<13.0.0a0
- output_types: [conda]
packages:
- &numba_cuda numba-cuda>=0.14.0,<0.15.0a0
- &numba_cuda numba-cuda>=0.18.0,<0.19.0a0
specific:
- output_types: [requirements, pyproject]
matrices:
- matrix: {cuda: "12.*"}
packages:
- &numba_cuda_cu12 numba-cuda[cu12]>=0.14.0,<0.15.0a0
- &numba_cuda_cu12 numba-cuda[cu12]>=0.18.0,<0.19.0a0
- matrix: # Fallback for no matrix
packages:
- *numba_cuda_cu12
Expand Down
2 changes: 1 addition & 1 deletion python/distributed-ucxx/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ authors = [
license = { text = "BSD-3-Clause" }
requires-python = ">=3.10"
dependencies = [
"numba-cuda[cu12]>=0.14.0,<0.15.0a0",
"numba-cuda[cu12]>=0.18.0,<0.19.0a0",
"rapids-dask-dependency==25.10.*,>=0.0.0a0",
"ucxx==0.46.*,>=0.0.0a0",
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.
Expand Down
2 changes: 1 addition & 1 deletion python/ucxx/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ license = { text = "BSD-3-Clause" }
requires-python = ">=3.10"
dependencies = [
"libucxx==0.46.*,>=0.0.0a0",
"numba-cuda[cu12]>=0.14.0,<0.15.0a0",
"numba-cuda[cu12]>=0.18.0,<0.19.0a0",
"numpy>=1.23,<3.0a0",
"pynvml>=12.0.0,<13.0.0a0",
"rmm==25.10.*,>=0.0.0a0",
Expand Down