Skip to content

Commit 3223f84

Browse files
committed
REL v24.10.00 release
1 parent d403b76 commit 3223f84

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

dependencies.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -163,15 +163,15 @@ dependencies:
163163
cuda: "12.*"
164164
cuda_suffixed: "true"
165165
packages:
166-
- librmm-cu12==24.10.*,>=0.0.0a0
166+
- librmm-cu12==24.10.*
167167
- matrix:
168168
cuda: "11.*"
169169
cuda_suffixed: "true"
170170
packages:
171-
- librmm-cu11==24.10.*,>=0.0.0a0
171+
- librmm-cu11==24.10.*
172172
- matrix: null
173173
packages:
174-
- librmm==24.10.*,>=0.0.0a0
174+
- librmm==24.10.*
175175
checks:
176176
common:
177177
- output_types: [conda, requirements]

python/rmm/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ requires = [
130130
"cmake>=3.26.4,!=3.30.0",
131131
"cuda-python>=11.7.1,<12.0a0",
132132
"cython>=3.0.0",
133-
"librmm==24.10.*,>=0.0.0a0",
133+
"librmm==24.10.*",
134134
"ninja",
135135
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.
136136

0 commit comments

Comments
 (0)