Skip to content

Commit 2fb9239

Browse files
committed
REL v25.08.00 release
1 parent 0c1ffa1 commit 2fb9239

File tree

6 files changed

+50
-50
lines changed

6 files changed

+50
-50
lines changed

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ dependencies:
1919
- cupy>=12.0.0
2020
- cxx-compiler
2121
- cython>=3.0.0
22-
- dask-cuda==25.8.*,>=0.0.0a0
23-
- distributed-ucxx==0.45.*,>=0.0.0a0
22+
- dask-cuda==25.8.*
23+
- distributed-ucxx==0.45.*
2424
- doxygen>=1.8.20
2525
- gcc_linux-aarch64=13.*
2626
- graphviz
@@ -29,27 +29,27 @@ dependencies:
2929
- libcurand-dev
3030
- libcusolver-dev
3131
- libcusparse-dev
32-
- libucxx==0.45.*,>=0.0.0a0
32+
- libucxx==0.45.*
3333
- nccl>=2.19
3434
- ninja
3535
- numpy>=1.23,<3.0a0
3636
- numpydoc
3737
- pre-commit
3838
- pydata-sphinx-theme
39-
- pylibraft==25.8.*,>=0.0.0a0
39+
- pylibraft==25.8.*
4040
- pytest
4141
- pytest-cov
4242
- rapids-build-backend>=0.3.0,<0.4.0.dev0
43-
- rapids-dask-dependency==25.8.*,>=0.0.0a0
44-
- rapids-logger==0.1.*,>=0.0.0a0
43+
- rapids-dask-dependency==25.8.*
44+
- rapids-logger==0.1.*
4545
- recommonmark
46-
- rmm==25.8.*,>=0.0.0a0
46+
- rmm==25.8.*
4747
- scikit-build-core>=0.10.0
4848
- scikit-learn
4949
- scipy
5050
- sphinx
5151
- sphinx-copybutton
5252
- sphinx-markdown-tables
5353
- sysroot_linux-aarch64==2.28
54-
- ucx-py==0.45.*,>=0.0.0a0
54+
- ucx-py==0.45.*
5555
name: all_cuda-129_arch-aarch64

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ dependencies:
1919
- cupy>=12.0.0
2020
- cxx-compiler
2121
- cython>=3.0.0
22-
- dask-cuda==25.8.*,>=0.0.0a0
23-
- distributed-ucxx==0.45.*,>=0.0.0a0
22+
- dask-cuda==25.8.*
23+
- distributed-ucxx==0.45.*
2424
- doxygen>=1.8.20
2525
- gcc_linux-64=13.*
2626
- graphviz
@@ -29,27 +29,27 @@ dependencies:
2929
- libcurand-dev
3030
- libcusolver-dev
3131
- libcusparse-dev
32-
- libucxx==0.45.*,>=0.0.0a0
32+
- libucxx==0.45.*
3333
- nccl>=2.19
3434
- ninja
3535
- numpy>=1.23,<3.0a0
3636
- numpydoc
3737
- pre-commit
3838
- pydata-sphinx-theme
39-
- pylibraft==25.8.*,>=0.0.0a0
39+
- pylibraft==25.8.*
4040
- pytest
4141
- pytest-cov
4242
- rapids-build-backend>=0.3.0,<0.4.0.dev0
43-
- rapids-dask-dependency==25.8.*,>=0.0.0a0
44-
- rapids-logger==0.1.*,>=0.0.0a0
43+
- rapids-dask-dependency==25.8.*
44+
- rapids-logger==0.1.*
4545
- recommonmark
46-
- rmm==25.8.*,>=0.0.0a0
46+
- rmm==25.8.*
4747
- scikit-build-core>=0.10.0
4848
- scikit-learn
4949
- scipy
5050
- sphinx
5151
- sphinx-copybutton
5252
- sphinx-markdown-tables
5353
- sysroot_linux-64==2.28
54-
- ucx-py==0.45.*,>=0.0.0a0
54+
- ucx-py==0.45.*
5555
name: all_cuda-129_arch-x86_64

dependencies.yaml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ dependencies:
194194
packages:
195195
- c-compiler
196196
- cxx-compiler
197-
- libucxx==0.45.*,>=0.0.0a0
197+
- libucxx==0.45.*
198198
specific:
199199
- output_types: conda
200200
matrices:
@@ -364,12 +364,12 @@ dependencies:
364364
common:
365365
- output_types: [conda, pyproject, requirements]
366366
packages:
367-
- dask-cuda==25.8.*,>=0.0.0a0
368-
- rapids-dask-dependency==25.8.*,>=0.0.0a0
367+
- dask-cuda==25.8.*
368+
- rapids-dask-dependency==25.8.*
369369
- output_types: conda
370370
packages:
371-
- &pylibraft_unsuffixed pylibraft==25.8.*,>=0.0.0a0
372-
- &ucx_py_unsuffixed ucx-py==0.45.*,>=0.0.0a0
371+
- &pylibraft_unsuffixed pylibraft==25.8.*
372+
- &ucx_py_unsuffixed ucx-py==0.45.*
373373
- output_types: requirements
374374
packages:
375375
# pip recognizes the index as a global option for the requirements.txt file
@@ -382,8 +382,8 @@ dependencies:
382382
cuda: "12.*"
383383
cuda_suffixed: "true"
384384
packages:
385-
- &pylibraft_cu12 pylibraft-cu12==25.8.*,>=0.0.0a0
386-
- &ucx_py_cu12 ucx-py-cu12==0.45.*,>=0.0.0a0
385+
- &pylibraft_cu12 pylibraft-cu12==25.8.*
386+
- &ucx_py_cu12 ucx-py-cu12==0.45.*
387387
- {matrix: null, packages: [*pylibraft_unsuffixed, *ucx_py_unsuffixed]}
388388
test_python_common:
389389
common:
@@ -414,7 +414,7 @@ dependencies:
414414
packages:
415415
# UCXX is not currently a hard-dependency thus only installed during tests,
416416
# this will change in the future.
417-
- &distributed_ucxx_unsuffixed distributed-ucxx==0.45.*,>=0.0.0a0
417+
- &distributed_ucxx_unsuffixed distributed-ucxx==0.45.*
418418
- output_types: requirements
419419
packages:
420420
# pip recognizes the index as a global option for the requirements.txt file
@@ -427,7 +427,7 @@ dependencies:
427427
cuda: "12.*"
428428
cuda_suffixed: "true"
429429
packages:
430-
- distributed-ucxx-cu12==0.45.*,>=0.0.0a0
430+
- distributed-ucxx-cu12==0.45.*
431431
- {matrix: null, packages: [*distributed_ucxx_unsuffixed]}
432432
depends_on_libraft:
433433
common:
@@ -438,33 +438,33 @@ dependencies:
438438
- --extra-index-url=https://pypi.anaconda.org/rapidsai-wheels-nightly/simple
439439
- output_types: conda
440440
packages:
441-
- libraft==25.8.*,>=0.0.0a0
441+
- libraft==25.8.*
442442
specific:
443443
- output_types: [requirements, pyproject]
444444
matrices:
445445
- matrix:
446446
cuda: "12.*"
447447
cuda_suffixed: "true"
448448
packages:
449-
- libraft-cu12==25.8.*,>=0.0.0a0
449+
- libraft-cu12==25.8.*
450450
- matrix:
451451
packages:
452-
- libraft==25.8.*,>=0.0.0a0
452+
- libraft==25.8.*
453453
depends_on_libraft_headers:
454454
common:
455455
- output_types: conda
456456
packages:
457-
- libraft-headers==25.8.*,>=0.0.0a0
457+
- libraft-headers==25.8.*
458458
depends_on_pylibraft:
459459
common:
460460
- output_types: conda
461461
packages:
462-
- pylibraft==25.8.*,>=0.0.0a0
462+
- pylibraft==25.8.*
463463
depends_on_raft_dask:
464464
common:
465465
- output_types: conda
466466
packages:
467-
- raft-dask==25.8.*,>=0.0.0a0
467+
- raft-dask==25.8.*
468468
depends_on_libraft_tests:
469469
common:
470470
- output_types: conda
@@ -474,7 +474,7 @@ dependencies:
474474
common:
475475
- output_types: conda
476476
packages:
477-
- &librmm_unsuffixed librmm==25.8.*,>=0.0.0a0
477+
- &librmm_unsuffixed librmm==25.8.*
478478
- output_types: requirements
479479
packages:
480480
# pip recognizes the index as a global option for the requirements.txt file
@@ -487,15 +487,15 @@ dependencies:
487487
cuda: "12.*"
488488
cuda_suffixed: "true"
489489
packages:
490-
- librmm-cu12==25.8.*,>=0.0.0a0
490+
- librmm-cu12==25.8.*
491491
- matrix:
492492
packages:
493493
- *librmm_unsuffixed
494494
depends_on_rmm:
495495
common:
496496
- output_types: conda
497497
packages:
498-
- &rmm_unsuffixed rmm==25.8.*,>=0.0.0a0
498+
- &rmm_unsuffixed rmm==25.8.*
499499
- output_types: requirements
500500
packages:
501501
# pip recognizes the index as a global option for the requirements.txt file
@@ -508,7 +508,7 @@ dependencies:
508508
cuda: "12.*"
509509
cuda_suffixed: "true"
510510
packages:
511-
- rmm-cu12==25.8.*,>=0.0.0a0
511+
- rmm-cu12==25.8.*
512512
- matrix:
513513
packages:
514514
- *rmm_unsuffixed

python/libraft/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ authors = [
3131
license = { text = "Apache-2.0" }
3232
requires-python = ">=3.10"
3333
dependencies = [
34-
"librmm==25.8.*,>=0.0.0a0",
34+
"librmm==25.8.*",
3535
"nvidia-cublas",
3636
"nvidia-curand",
3737
"nvidia-cusolver",
@@ -104,7 +104,7 @@ regex = "(?P<value>.*)"
104104
build-backend = "scikit_build_core.build"
105105
requires = [
106106
"cmake>=3.30.4",
107-
"librmm==25.8.*,>=0.0.0a0",
107+
"librmm==25.8.*",
108108
"ninja",
109109
"rapids-logger==0.1.*",
110110
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.

python/pylibraft/pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ license = { text = "Apache-2.0" }
3232
requires-python = ">=3.10"
3333
dependencies = [
3434
"cuda-python",
35-
"libraft==25.8.*,>=0.0.0a0",
35+
"libraft==25.8.*",
3636
"numpy>=1.23,<3.0a0",
37-
"rmm==25.8.*,>=0.0.0a0",
37+
"rmm==25.8.*",
3838
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.
3939
classifiers = [
4040
"Intended Audience :: Developers",
@@ -122,10 +122,10 @@ requires = [
122122
"cmake>=3.30.4",
123123
"cuda-python",
124124
"cython>=3.0.0",
125-
"libraft==25.8.*,>=0.0.0a0",
126-
"librmm==25.8.*,>=0.0.0a0",
125+
"libraft==25.8.*",
126+
"librmm==25.8.*",
127127
"ninja",
128-
"rmm==25.8.*,>=0.0.0a0",
128+
"rmm==25.8.*",
129129
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.
130130
dependencies-file = "../../dependencies.yaml"
131131
matrix-entry = "cuda_suffixed=true"

python/raft-dask/pyproject.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ authors = [
3131
license = { text = "Apache-2.0" }
3232
requires-python = ">=3.10"
3333
dependencies = [
34-
"dask-cuda==25.8.*,>=0.0.0a0",
35-
"distributed-ucxx==0.45.*,>=0.0.0a0",
36-
"libraft==25.8.*,>=0.0.0a0",
37-
"pylibraft==25.8.*,>=0.0.0a0",
38-
"rapids-dask-dependency==25.8.*,>=0.0.0a0",
39-
"ucx-py==0.45.*,>=0.0.0a0",
34+
"dask-cuda==25.8.*",
35+
"distributed-ucxx==0.45.*",
36+
"libraft==25.8.*",
37+
"pylibraft==25.8.*",
38+
"rapids-dask-dependency==25.8.*",
39+
"ucx-py==0.45.*",
4040
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.
4141
classifiers = [
4242
"Intended Audience :: Developers",
@@ -121,8 +121,8 @@ build-backend = "scikit_build_core.build"
121121
requires = [
122122
"cmake>=3.30.4",
123123
"cython>=3.0.0",
124-
"libraft==25.8.*,>=0.0.0a0",
125-
"librmm==25.8.*,>=0.0.0a0",
124+
"libraft==25.8.*",
125+
"librmm==25.8.*",
126126
"libucx>=1.15.0,<1.15.1a0",
127127
"ninja",
128128
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.

0 commit comments

Comments
 (0)