Skip to content
Draft
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
4 changes: 2 additions & 2 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -679,8 +679,8 @@ dependencies:
cuda: "13.*"
cuda_suffixed: "true"
packages:
- libucx-cu13>=1.19.0,<1.21
- libucx-cu13>=1.19.0,<1.20
# require at least 1.19.0 (CUDA 13 floor) if 'cuda' filter is not provided
- matrix:
packages:
- libucx>=1.19.0,<1.21
- libucx>=1.19.0,<1.20
2 changes: 1 addition & 1 deletion python/libucxx/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ classifiers = [
]
dependencies = [
"librmm==26.8.*,>=0.0.0a0",
"libucx>=1.19.0,<1.21",
"libucx>=1.19.0,<1.20",
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.

[project.entry-points."cmake.prefix"]
Expand Down