Skip to content

Commit 39b4ccd

Browse files
committed
REL v25.02.00 release
1 parent 76589b9 commit 39b4ccd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

dependencies.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -177,15 +177,15 @@ dependencies:
177177
cuda: "12.*"
178178
cuda_suffixed: "true"
179179
packages:
180-
- librmm-cu12==25.2.*,>=0.0.0a0
180+
- librmm-cu12==25.2.*
181181
- matrix:
182182
cuda: "11.*"
183183
cuda_suffixed: "true"
184184
packages:
185-
- librmm-cu11==25.2.*,>=0.0.0a0
185+
- librmm-cu11==25.2.*
186186
- matrix: null
187187
packages:
188-
- librmm==25.2.*,>=0.0.0a0
188+
- librmm==25.2.*
189189
checks:
190190
common:
191191
- output_types: [conda, requirements]

python/rmm/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ requires = [
7777
"cmake>=3.26.4,!=3.30.0",
7878
"cuda-python>=11.8.5,<12.0a0",
7979
"cython>=3.0.0",
80-
"librmm==25.2.*,>=0.0.0a0",
80+
"librmm==25.2.*",
8181
"ninja",
8282
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.
8383

0 commit comments

Comments
 (0)