Skip to content

Commit

Permalink
REL v24.10.00 release
Browse files Browse the repository at this point in the history
  • Loading branch information
raydouglass committed Oct 9, 2024
1 parent d403b76 commit 3223f84
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -163,15 +163,15 @@ dependencies:
cuda: "12.*"
cuda_suffixed: "true"
packages:
- librmm-cu12==24.10.*,>=0.0.0a0
- librmm-cu12==24.10.*
- matrix:
cuda: "11.*"
cuda_suffixed: "true"
packages:
- librmm-cu11==24.10.*,>=0.0.0a0
- librmm-cu11==24.10.*
- matrix: null
packages:
- librmm==24.10.*,>=0.0.0a0
- librmm==24.10.*
checks:
common:
- output_types: [conda, requirements]
Expand Down
2 changes: 1 addition & 1 deletion python/rmm/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ requires = [
"cmake>=3.26.4,!=3.30.0",
"cuda-python>=11.7.1,<12.0a0",
"cython>=3.0.0",
"librmm==24.10.*,>=0.0.0a0",
"librmm==24.10.*",
"ninja",
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.

Expand Down

0 comments on commit 3223f84

Please sign in to comment.