Skip to content

Commit ac50b45

Browse files
committed
REL v24.08.00 release
1 parent 3a9cccb commit ac50b45

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

cpp/examples/downstream/cmake/get_kvikio.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ function(find_and_configure_kvikio MIN_VERSION)
3030

3131
endfunction()
3232

33-
find_and_configure_kvikio("24.06")
33+
find_and_configure_kvikio("24.08")

dependencies.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -139,20 +139,20 @@ dependencies:
139139
common:
140140
- output_types: conda
141141
packages: &libkvikio_packages
142-
- libkvikio==24.8.*
142+
- libkvikio==24.8.*,>=0.0.0a0
143143
specific:
144144
- output_types: [requirements, pyproject]
145145
matrices:
146146
- matrix:
147147
cuda: "12.*"
148148
cuda_suffixed: "true"
149149
packages:
150-
- libkvikio-cu12==24.8.*
150+
- libkvikio-cu12==24.8.*,>=0.0.0a0
151151
- matrix:
152152
cuda: "11.*"
153153
cuda_suffixed: "true"
154154
packages:
155-
- libkvikio-cu11==24.8.*
155+
- libkvikio-cu11==24.8.*,>=0.0.0a0
156156
- {matrix: null, packages: *libkvikio_packages}
157157
build-py-wrapper:
158158
common:

python/kvikio/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ matrix-entry = "cuda_suffixed=true"
114114
requires = [
115115
"cmake>=3.26.4,!=3.30.0",
116116
"cython>=3.0.0",
117-
"libkvikio==24.8.*",
117+
"libkvikio==24.8.*,>=0.0.0a0",
118118
"ninja",
119119
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.
120120

0 commit comments

Comments
 (0)