Skip to content

Commit 7aaad1d

Browse files
committed
REL v25.10.00 release
1 parent 0a411b1 commit 7aaad1d

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

conda/environments/all_cuda-129_arch-aarch64.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ dependencies:
3333
- pytest-cov
3434
- python>=3.10,<3.14
3535
- rapids-build-backend>=0.4.0,<0.5.0.dev0
36-
- rapids-logger==0.1.*,>=0.0.0a0
36+
- rapids-logger==0.1.*
3737
- scikit-build-core >=0.10.0
3838
- sphinx
3939
- sphinx-copybutton

conda/environments/all_cuda-129_arch-x86_64.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ dependencies:
3333
- pytest-cov
3434
- python>=3.10,<3.14
3535
- rapids-build-backend>=0.4.0,<0.5.0.dev0
36-
- rapids-logger==0.1.*,>=0.0.0a0
36+
- rapids-logger==0.1.*
3737
- scikit-build-core >=0.10.0
3838
- sphinx
3939
- sphinx-copybutton

conda/environments/all_cuda-130_arch-aarch64.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ dependencies:
3333
- pytest-cov
3434
- python>=3.10,<3.14
3535
- rapids-build-backend>=0.4.0,<0.5.0.dev0
36-
- rapids-logger==0.1.*,>=0.0.0a0
36+
- rapids-logger==0.1.*
3737
- scikit-build-core >=0.10.0
3838
- sphinx
3939
- sphinx-copybutton

conda/environments/all_cuda-130_arch-x86_64.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ dependencies:
3333
- pytest-cov
3434
- python>=3.10,<3.14
3535
- rapids-build-backend>=0.4.0,<0.5.0.dev0
36-
- rapids-logger==0.1.*,>=0.0.0a0
36+
- rapids-logger==0.1.*
3737
- scikit-build-core >=0.10.0
3838
- sphinx
3939
- sphinx-copybutton

dependencies.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ dependencies:
161161
common:
162162
- output_types: conda
163163
packages:
164-
- &librmm_unsuffixed librmm==25.10.*,>=0.0.0a0
164+
- &librmm_unsuffixed librmm==25.10.*
165165
- output_types: requirements
166166
packages:
167167
# pip recognizes the index as a global option for the requirements.txt file
@@ -175,20 +175,20 @@ dependencies:
175175
cuda: "12.*"
176176
cuda_suffixed: "true"
177177
packages:
178-
- librmm-cu12==25.10.*,>=0.0.0a0
178+
- librmm-cu12==25.10.*
179179
- matrix:
180180
cuda: "13.*"
181181
cuda_suffixed: "true"
182182
packages:
183-
- librmm-cu13==25.10.*,>=0.0.0a0
183+
- librmm-cu13==25.10.*
184184
- matrix:
185185
packages:
186186
- *librmm_unsuffixed
187187
depends_on_rmm:
188188
common:
189189
- output_types: conda
190190
packages:
191-
- rmm==25.10.*,>=0.0.0a0
191+
- rmm==25.10.*
192192
depends_on_librmm_tests:
193193
common:
194194
- 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>=13.0.1,<14.0a0",
34-
"librmm==25.10.*,>=0.0.0a0",
34+
"librmm==25.10.*",
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 = [
@@ -80,7 +80,7 @@ requires = [
8080
"cmake>=3.30.4",
8181
"cuda-python>=13.0.1,<14.0a0",
8282
"cython>=3.0.0",
83-
"librmm==25.10.*,>=0.0.0a0",
83+
"librmm==25.10.*",
8484
"ninja",
8585
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.
8686

0 commit comments

Comments
 (0)