Skip to content

Commit 5aeaf75

Browse files
committed
REL v25.04.00 release
1 parent 0f6c421 commit 5aeaf75

File tree

8 files changed

+39
-39
lines changed

8 files changed

+39
-39
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ dependencies:
1212
- cuda-nvtx
1313
- cuda-version=11.8
1414
- cudatoolkit
15-
- cudf==25.4.*,>=0.0.0a0
16-
- cugraph==25.4.*,>=0.0.0a0
15+
- cudf==25.4.*
16+
- cugraph==25.4.*
1717
- cupy>=13.2.0
1818
- cython>=3.0.0
19-
- dask-cudf==25.4.*,>=0.0.0a0
19+
- dask-cudf==25.4.*
2020
- dglteam/label/th24_cu118::dgl
2121
- doxygen
2222
- gcc_linux-64=11.*
@@ -41,7 +41,7 @@ dependencies:
4141
- pytorch>=2.3,<=2.5.1
4242
- pytorch_geometric>=2.5,<2.7
4343
- rapids-build-backend>=0.3.0,<0.4.0.dev0
44-
- rmm==25.4.*,>=0.0.0a0
44+
- rmm==25.4.*
4545
- scikit-build-core>=0.10.0
4646
- scipy
4747
- setuptools>=61.0.0

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ dependencies:
1515
- cuda-nvtx-dev
1616
- cuda-profiler-api
1717
- cuda-version=12.4
18-
- cudf==25.4.*,>=0.0.0a0
19-
- cugraph==25.4.*,>=0.0.0a0
18+
- cudf==25.4.*
19+
- cugraph==25.4.*
2020
- cupy>=13.2.0
2121
- cython>=3.0.0
22-
- dask-cudf==25.4.*,>=0.0.0a0
22+
- dask-cudf==25.4.*
2323
- dglteam/label/th24_cu124::dgl
2424
- doxygen
2525
- gcc_linux-64=13.*
@@ -47,7 +47,7 @@ dependencies:
4747
- pytorch>=2.3
4848
- pytorch_geometric>=2.5,<2.7
4949
- rapids-build-backend>=0.3.0,<0.4.0.dev0
50-
- rmm==25.4.*,>=0.0.0a0
50+
- rmm==25.4.*
5151
- scikit-build-core>=0.10.0
5252
- scipy
5353
- setuptools>=61.0.0

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ dependencies:
1515
- cuda-nvtx-dev
1616
- cuda-profiler-api
1717
- cuda-version=12.6
18-
- cudf==25.4.*,>=0.0.0a0
19-
- cugraph==25.4.*,>=0.0.0a0
18+
- cudf==25.4.*
19+
- cugraph==25.4.*
2020
- cupy>=13.2.0
2121
- cython>=3.0.0
22-
- dask-cudf==25.4.*,>=0.0.0a0
22+
- dask-cudf==25.4.*
2323
- dglteam/label/th24_cu124::dgl
2424
- doxygen
2525
- gcc_linux-64=13.*
@@ -47,7 +47,7 @@ dependencies:
4747
- pytorch>=2.3
4848
- pytorch_geometric>=2.5,<2.7
4949
- rapids-build-backend>=0.3.0,<0.4.0.dev0
50-
- rmm==25.4.*,>=0.0.0a0
50+
- rmm==25.4.*
5151
- scikit-build-core>=0.10.0
5252
- scipy
5353
- setuptools>=61.0.0

dependencies.yaml

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@ dependencies:
500500
common:
501501
- output_types: conda
502502
packages:
503-
- &pylibwholegraph_unsuffixed pylibwholegraph==25.4.*,>=0.0.0a0
503+
- &pylibwholegraph_unsuffixed pylibwholegraph==25.4.*
504504
- output_types: requirements
505505
packages:
506506
# pip recognizes the index as a global option for the requirements.txt file
@@ -513,19 +513,19 @@ dependencies:
513513
cuda: "12.*"
514514
cuda_suffixed: "true"
515515
packages:
516-
- pylibwholegraph-cu12==25.4.*,>=0.0.0a0
516+
- pylibwholegraph-cu12==25.4.*
517517
- matrix:
518518
cuda: "11.*"
519519
cuda_suffixed: "true"
520520
packages:
521-
- pylibwholegraph-cu11==25.4.*,>=0.0.0a0
521+
- pylibwholegraph-cu11==25.4.*
522522
- {matrix: null, packages: [*pylibwholegraph_unsuffixed]}
523523

524524
depends_on_libwholegraph:
525525
common:
526526
- output_types: conda
527527
packages:
528-
- libwholegraph==25.4.*,>=0.0.0a0
528+
- libwholegraph==25.4.*
529529

530530
depends_on_libwholegraph_tests:
531531
common:
@@ -537,7 +537,7 @@ dependencies:
537537
common:
538538
- output_types: conda
539539
packages:
540-
- &rmm_unsuffixed rmm==25.4.*,>=0.0.0a0
540+
- &rmm_unsuffixed rmm==25.4.*
541541
- output_types: requirements
542542
packages:
543543
# pip recognizes the index as a global option for the requirements.txt file
@@ -550,19 +550,19 @@ dependencies:
550550
cuda: "12.*"
551551
cuda_suffixed: "true"
552552
packages:
553-
- rmm-cu12==25.4.*,>=0.0.0a0
553+
- rmm-cu12==25.4.*
554554
- matrix:
555555
cuda: "11.*"
556556
cuda_suffixed: "true"
557557
packages:
558-
- rmm-cu11==25.4.*,>=0.0.0a0
558+
- rmm-cu11==25.4.*
559559
- {matrix: null, packages: [*rmm_unsuffixed]}
560560

561561
depends_on_cugraph:
562562
common:
563563
- output_types: conda
564564
packages:
565-
- &cugraph_unsuffixed cugraph==25.4.*,>=0.0.0a0
565+
- &cugraph_unsuffixed cugraph==25.4.*
566566
- output_types: requirements
567567
packages:
568568
# pip recognizes the index as a global option for the requirements.txt file
@@ -575,25 +575,25 @@ dependencies:
575575
cuda: "12.*"
576576
cuda_suffixed: "true"
577577
packages:
578-
- cugraph-cu12==25.4.*,>=0.0.0a0
578+
- cugraph-cu12==25.4.*
579579
- matrix:
580580
cuda: "11.*"
581581
cuda_suffixed: "true"
582582
packages:
583-
- cugraph-cu11==25.4.*,>=0.0.0a0
583+
- cugraph-cu11==25.4.*
584584
- {matrix: null, packages: [*cugraph_unsuffixed]}
585585

586586
depends_on_cugraph_dgl:
587587
common:
588588
- output_types: conda
589589
packages:
590-
- cugraph-dgl==25.4.*,>=0.0.0a0
590+
- cugraph-dgl==25.4.*
591591

592592
depends_on_cudf:
593593
common:
594594
- output_types: conda
595595
packages:
596-
- &cudf_unsuffixed cudf==25.4.*,>=0.0.0a0
596+
- &cudf_unsuffixed cudf==25.4.*
597597
- output_types: requirements
598598
packages:
599599
# pip recognizes the index as a global option for the requirements.txt file
@@ -606,19 +606,19 @@ dependencies:
606606
cuda: "12.*"
607607
cuda_suffixed: "true"
608608
packages:
609-
- cudf-cu12==25.4.*,>=0.0.0a0
609+
- cudf-cu12==25.4.*
610610
- matrix:
611611
cuda: "11.*"
612612
cuda_suffixed: "true"
613613
packages:
614-
- cudf-cu11==25.4.*,>=0.0.0a0
614+
- cudf-cu11==25.4.*
615615
- {matrix: null, packages: [*cudf_unsuffixed]}
616616

617617
depends_on_dask_cudf:
618618
common:
619619
- output_types: conda
620620
packages:
621-
- &dask_cudf_unsuffixed dask-cudf==25.4.*,>=0.0.0a0
621+
- &dask_cudf_unsuffixed dask-cudf==25.4.*
622622
- output_types: requirements
623623
packages:
624624
# pip recognizes the index as a global option for the requirements.txt file
@@ -631,19 +631,19 @@ dependencies:
631631
cuda: "12.*"
632632
cuda_suffixed: "true"
633633
packages:
634-
- dask-cudf-cu12==25.4.*,>=0.0.0a0
634+
- dask-cudf-cu12==25.4.*
635635
- matrix:
636636
cuda: "11.*"
637637
cuda_suffixed: "true"
638638
packages:
639-
- dask-cudf-cu11==25.4.*,>=0.0.0a0
639+
- dask-cudf-cu11==25.4.*
640640
- {matrix: null, packages: [*dask_cudf_unsuffixed]}
641641

642642
depends_on_pylibcugraph:
643643
common:
644644
- output_types: conda
645645
packages:
646-
- &pylibcugraph_unsuffixed pylibcugraph==25.4.*,>=0.0.0a0
646+
- &pylibcugraph_unsuffixed pylibcugraph==25.4.*
647647
- output_types: requirements
648648
packages:
649649
# pip recognizes the index as a global option for the requirements.txt file
@@ -656,12 +656,12 @@ dependencies:
656656
cuda: "12.*"
657657
cuda_suffixed: "true"
658658
packages:
659-
- pylibcugraph-cu12==25.4.*,>=0.0.0a0
659+
- pylibcugraph-cu12==25.4.*
660660
- matrix:
661661
cuda: "11.*"
662662
cuda_suffixed: "true"
663663
packages:
664-
- pylibcugraph-cu11==25.4.*,>=0.0.0a0
664+
- pylibcugraph-cu11==25.4.*
665665
- {matrix: null, packages: [*pylibcugraph_unsuffixed]}
666666

667667
depends_on_cupy:
@@ -686,7 +686,7 @@ dependencies:
686686
common:
687687
- output_types: conda
688688
packages:
689-
- cugraph-pyg==25.4.*,>=0.0.0a0
689+
- cugraph-pyg==25.4.*
690690
depends_on_mkl:
691691
common:
692692
- output_types: conda

python/cugraph-dgl/conda/cugraph_dgl_dev_cuda-118.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ channels:
77
- conda-forge
88
- nvidia
99
dependencies:
10-
- cugraph==25.4.*,>=0.0.0a0
10+
- cugraph==25.4.*
1111
- dgl>=2.4.0.cu*
1212
- dglteam/label/th24_cu118::dgl
1313
- pre-commit

python/cugraph-dgl/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ classifiers = [
2424
"Programming Language :: Python",
2525
]
2626
dependencies = [
27-
"cugraph==25.4.*,>=0.0.0a0",
27+
"cugraph==25.4.*",
2828
"numba>=0.57",
2929
"numpy>=1.23,<3.0a0",
3030
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.
3131

3232
[project.optional-dependencies]
3333
test = [
34-
"pylibwholegraph==25.4.*,>=0.0.0a0",
34+
"pylibwholegraph==25.4.*",
3535
"pytest",
3636
"pytest-benchmark",
3737
"pytest-cov",

python/cugraph-pyg/conda/cugraph_pyg_dev_cuda-118.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ channels:
77
- conda-forge
88
- nvidia
99
dependencies:
10-
- cugraph==25.4.*,>=0.0.0a0
10+
- cugraph==25.4.*
1111
- pre-commit
1212
- pydantic
1313
- pytest

python/cugraph-pyg/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ classifiers = [
3030
"Programming Language :: Python :: 3.12",
3131
]
3232
dependencies = [
33-
"cugraph==25.4.*,>=0.0.0a0",
33+
"cugraph==25.4.*",
3434
"numba>=0.57",
3535
"numpy>=1.23,<3.0a0",
3636
"pandas",
@@ -44,7 +44,7 @@ Documentation = "https://docs.rapids.ai/api/cugraph/stable/"
4444
[project.optional-dependencies]
4545
test = [
4646
"ogb",
47-
"pylibwholegraph==25.4.*,>=0.0.0a0",
47+
"pylibwholegraph==25.4.*",
4848
"pytest",
4949
"pytest-benchmark",
5050
"pytest-cov",

0 commit comments

Comments
 (0)