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 dcf34cb commit 85a88a2
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 @@ -141,20 +141,20 @@ dependencies:
common:
- output_types: conda
packages: &libkvikio_packages
- libkvikio==24.10.*,>=0.0.0a0
- libkvikio==24.10.*
specific:
- output_types: [requirements, pyproject]
matrices:
- matrix:
cuda: "12.*"
cuda_suffixed: "true"
packages:
- libkvikio-cu12==24.10.*,>=0.0.0a0
- libkvikio-cu12==24.10.*
- matrix:
cuda: "11.*"
cuda_suffixed: "true"
packages:
- libkvikio-cu11==24.10.*,>=0.0.0a0
- libkvikio-cu11==24.10.*
- {matrix: null, packages: *libkvikio_packages}
build-py-wrapper:
common:
Expand Down
2 changes: 1 addition & 1 deletion python/kvikio/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ matrix-entry = "cuda_suffixed=true"
requires = [
"cmake>=3.26.4,!=3.30.0",
"cython>=3.0.0",
"libkvikio==24.10.*,>=0.0.0a0",
"libkvikio==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 85a88a2

Please sign in to comment.