Skip to content

Commit 63a4d36

Browse files
committed
REL v25.08.00 release
1 parent 9b3441c commit 63a4d36

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

dependencies.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ dependencies:
165165
common:
166166
- output_types: conda
167167
packages:
168-
- &librmm_unsuffixed librmm==25.8.*,>=0.0.0a0
168+
- &librmm_unsuffixed librmm==25.8.*
169169
- output_types: requirements
170170
packages:
171171
# pip recognizes the index as a global option for the requirements.txt file
@@ -179,15 +179,15 @@ dependencies:
179179
cuda: "12.*"
180180
cuda_suffixed: "true"
181181
packages:
182-
- librmm-cu12==25.8.*,>=0.0.0a0
182+
- librmm-cu12==25.8.*
183183
- matrix:
184184
packages:
185185
- *librmm_unsuffixed
186186
depends_on_rmm:
187187
common:
188188
- output_types: conda
189189
packages:
190-
- rmm==25.8.*,>=0.0.0a0
190+
- rmm==25.8.*
191191
depends_on_librmm_tests:
192192
common:
193193
- output_types: conda

python/rmm/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ license = { text = "Apache-2.0" }
3131
requires-python = ">=3.10"
3232
dependencies = [
3333
"cuda-python>=12.6.2,<13.0a0",
34-
"librmm==25.8.*,>=0.0.0a0",
34+
"librmm==25.8.*",
3535
"numpy>=1.23,<3.0a0",
3636
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.
3737
classifiers = [
@@ -79,7 +79,7 @@ requires = [
7979
"cmake>=3.30.4",
8080
"cuda-python>=12.6.2,<13.0a0",
8181
"cython>=3.0.0",
82-
"librmm==25.8.*,>=0.0.0a0",
82+
"librmm==25.8.*",
8383
"ninja",
8484
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.
8585

0 commit comments

Comments
 (0)