Skip to content

Commit 7c7c1fb

Browse files
committed
REL v25.04.00 release
1 parent 35ca074 commit 7c7c1fb

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

conda/environments/all_cuda-118_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.13
3535
- rapids-build-backend>=0.3.0,<0.4.0.dev0
36-
- rapids-logger==0.1.*,>=0.0.0a0
36+
- rapids-logger==0.1.*
3737
- scikit-build-core >=0.10.0
3838
- sphinx-copybutton
3939
- sphinx-markdown-tables

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dependencies:
3232
- pytest-cov
3333
- python>=3.10,<3.13
3434
- rapids-build-backend>=0.3.0,<0.4.0.dev0
35-
- rapids-logger==0.1.*,>=0.0.0a0
35+
- rapids-logger==0.1.*
3636
- scikit-build-core >=0.10.0
3737
- sphinx-copybutton
3838
- sphinx-markdown-tables

dependencies.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ dependencies:
191191
common:
192192
- output_types: conda
193193
packages:
194-
- &librmm_unsuffixed librmm==25.4.*,>=0.0.0a0
194+
- &librmm_unsuffixed librmm==25.4.*
195195
- output_types: requirements
196196
packages:
197197
# pip recognizes the index as a global option for the requirements.txt file
@@ -205,20 +205,20 @@ dependencies:
205205
cuda: "12.*"
206206
cuda_suffixed: "true"
207207
packages:
208-
- librmm-cu12==25.4.*,>=0.0.0a0
208+
- librmm-cu12==25.4.*
209209
- matrix:
210210
cuda: "11.*"
211211
cuda_suffixed: "true"
212212
packages:
213-
- librmm-cu11==25.4.*,>=0.0.0a0
213+
- librmm-cu11==25.4.*
214214
- matrix:
215215
packages:
216216
- *librmm_unsuffixed
217217
depends_on_rmm:
218218
common:
219219
- output_types: conda
220220
packages:
221-
- rmm==25.4.*,>=0.0.0a0
221+
- rmm==25.4.*
222222
depends_on_librmm_tests:
223223
common:
224224
- output_types: conda
@@ -387,7 +387,7 @@ dependencies:
387387
common:
388388
- output_types: [conda, requirements, pyproject]
389389
packages:
390-
- rapids-logger==0.1.*,>=0.0.0a0
390+
- rapids-logger==0.1.*
391391
- output_types: requirements
392392
packages:
393393
# pip recognizes the index as a global option for the requirements.txt file

python/librmm/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ classifiers = [
3737
"Environment :: GPU :: NVIDIA CUDA",
3838
]
3939
dependencies = [
40-
"rapids-logger==0.1.*,>=0.0.0a0",
40+
"rapids-logger==0.1.*",
4141
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.
4242

4343
[project.urls]
@@ -53,7 +53,7 @@ matrix-entry = "cuda_suffixed=true"
5353
requires = [
5454
"cmake>=3.30.4",
5555
"ninja",
56-
"rapids-logger==0.1.*,>=0.0.0a0",
56+
"rapids-logger==0.1.*",
5757
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.
5858

5959
[tool.scikit-build]

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>=11.8.5,<12.0a0",
34-
"librmm==25.4.*,>=0.0.0a0",
34+
"librmm==25.4.*",
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 = [
@@ -78,7 +78,7 @@ requires = [
7878
"cmake>=3.30.4",
7979
"cuda-python>=11.8.5,<12.0a0",
8080
"cython>=3.0.0",
81-
"librmm==25.4.*,>=0.0.0a0",
81+
"librmm==25.4.*",
8282
"ninja",
8383
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.
8484

0 commit comments

Comments
 (0)