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.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
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.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
Expand Down
4 changes: 2 additions & 2 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.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`.
Expand Down
2 changes: 1 addition & 1 deletion python/ucxx/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.*",
Expand Down