Skip to content

Commit ddb22fc

Browse files
committedDec 11, 2024··
REL v24.12.00 release
1 parent c466d6a commit ddb22fc

8 files changed

+58
-58
lines changed
 

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

+7-7
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==24.12.*,>=0.0.0a0
16-
- cugraph==24.12.*,>=0.0.0a0
15+
- cudf==24.12.*
16+
- cugraph==24.12.*
1717
- cupy>=12.0.0
1818
- cython>=3.0.0
19-
- dask-cudf==24.12.*,>=0.0.0a0
19+
- dask-cudf==24.12.*
2020
- dglteam/label/th23_cu118::dgl>=2.4.0.th23.cu*
2121
- doxygen
2222
- graphviz
@@ -34,8 +34,8 @@ dependencies:
3434
- pre-commit
3535
- pydantic
3636
- pydata-sphinx-theme
37-
- pylibcugraphops==24.12.*,>=0.0.0a0
38-
- pylibraft==24.12.*,>=0.0.0a0
37+
- pylibcugraphops==24.12.*
38+
- pylibraft==24.12.*
3939
- pytest
4040
- pytest-benchmark
4141
- pytest-cov
@@ -44,10 +44,10 @@ dependencies:
4444
- pytorch-cuda=11.8
4545
- pytorch>=2.3
4646
- pytorch_geometric>=2.5,<2.6
47-
- raft-dask==24.12.*,>=0.0.0a0
47+
- raft-dask==24.12.*
4848
- rapids-build-backend>=0.3.0,<0.4.0.dev0
4949
- recommonmark
50-
- rmm==24.12.*,>=0.0.0a0
50+
- rmm==24.12.*
5151
- scikit-build-core>=0.10.0
5252
- scipy
5353
- setuptools>=61.0.0

‎conda/environments/all_cuda-121_arch-x86_64.yaml

+7-7
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ dependencies:
1414
- cuda-nvtx-dev
1515
- cuda-profiler-api
1616
- cuda-version=12.1
17-
- cudf==24.12.*,>=0.0.0a0
18-
- cugraph==24.12.*,>=0.0.0a0
17+
- cudf==24.12.*
18+
- cugraph==24.12.*
1919
- cupy>=12.0.0
2020
- cython>=3.0.0
21-
- dask-cudf==24.12.*,>=0.0.0a0
21+
- dask-cudf==24.12.*
2222
- dglteam/label/th23_cu121::dgl>=2.4.0.th23.cu*
2323
- doxygen
2424
- graphviz
@@ -40,8 +40,8 @@ dependencies:
4040
- pre-commit
4141
- pydantic
4242
- pydata-sphinx-theme
43-
- pylibcugraphops==24.12.*,>=0.0.0a0
44-
- pylibraft==24.12.*,>=0.0.0a0
43+
- pylibcugraphops==24.12.*
44+
- pylibraft==24.12.*
4545
- pytest
4646
- pytest-benchmark
4747
- pytest-cov
@@ -50,10 +50,10 @@ dependencies:
5050
- pytorch-cuda=12.1
5151
- pytorch>=2.3
5252
- pytorch_geometric>=2.5,<2.6
53-
- raft-dask==24.12.*,>=0.0.0a0
53+
- raft-dask==24.12.*
5454
- rapids-build-backend>=0.3.0,<0.4.0.dev0
5555
- recommonmark
56-
- rmm==24.12.*,>=0.0.0a0
56+
- rmm==24.12.*
5757
- scikit-build-core>=0.10.0
5858
- scipy
5959
- setuptools>=61.0.0

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

+7-7
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ dependencies:
1414
- cuda-nvtx-dev
1515
- cuda-profiler-api
1616
- cuda-version=12.4
17-
- cudf==24.12.*,>=0.0.0a0
18-
- cugraph==24.12.*,>=0.0.0a0
17+
- cudf==24.12.*
18+
- cugraph==24.12.*
1919
- cupy>=12.0.0
2020
- cython>=3.0.0
21-
- dask-cudf==24.12.*,>=0.0.0a0
21+
- dask-cudf==24.12.*
2222
- dglteam/label/th23_cu121::dgl>=2.4.0.th23.cu*
2323
- doxygen
2424
- graphviz
@@ -40,8 +40,8 @@ dependencies:
4040
- pre-commit
4141
- pydantic
4242
- pydata-sphinx-theme
43-
- pylibcugraphops==24.12.*,>=0.0.0a0
44-
- pylibraft==24.12.*,>=0.0.0a0
43+
- pylibcugraphops==24.12.*
44+
- pylibraft==24.12.*
4545
- pytest
4646
- pytest-benchmark
4747
- pytest-cov
@@ -50,10 +50,10 @@ dependencies:
5050
- pytorch-cuda=12.4
5151
- pytorch>=2.3
5252
- pytorch_geometric>=2.5,<2.6
53-
- raft-dask==24.12.*,>=0.0.0a0
53+
- raft-dask==24.12.*
5454
- rapids-build-backend>=0.3.0,<0.4.0.dev0
5555
- recommonmark
56-
- rmm==24.12.*,>=0.0.0a0
56+
- rmm==24.12.*
5757
- scikit-build-core>=0.10.0
5858
- scipy
5959
- setuptools>=61.0.0

‎dependencies.yaml

+27-27
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ dependencies:
453453
common:
454454
- output_types: conda
455455
packages:
456-
- &pylibwholegraph_unsuffixed pylibwholegraph==24.12.*,>=0.0.0a0
456+
- &pylibwholegraph_unsuffixed pylibwholegraph==24.12.*
457457
- output_types: requirements
458458
packages:
459459
# pip recognizes the index as a global option for the requirements.txt file
@@ -466,19 +466,19 @@ dependencies:
466466
cuda: "12.*"
467467
cuda_suffixed: "true"
468468
packages:
469-
- pylibwholegraph-cu12==24.12.*,>=0.0.0a0
469+
- pylibwholegraph-cu12==24.12.*
470470
- matrix:
471471
cuda: "11.*"
472472
cuda_suffixed: "true"
473473
packages:
474-
- pylibwholegraph-cu11==24.12.*,>=0.0.0a0
474+
- pylibwholegraph-cu11==24.12.*
475475
- {matrix: null, packages: [*pylibwholegraph_unsuffixed]}
476476

477477
depends_on_rmm:
478478
common:
479479
- output_types: conda
480480
packages:
481-
- &rmm_unsuffixed rmm==24.12.*,>=0.0.0a0
481+
- &rmm_unsuffixed rmm==24.12.*
482482
- output_types: requirements
483483
packages:
484484
# pip recognizes the index as a global option for the requirements.txt file
@@ -491,19 +491,19 @@ dependencies:
491491
cuda: "12.*"
492492
cuda_suffixed: "true"
493493
packages:
494-
- rmm-cu12==24.12.*,>=0.0.0a0
494+
- rmm-cu12==24.12.*
495495
- matrix:
496496
cuda: "11.*"
497497
cuda_suffixed: "true"
498498
packages:
499-
- rmm-cu11==24.12.*,>=0.0.0a0
499+
- rmm-cu11==24.12.*
500500
- {matrix: null, packages: [*rmm_unsuffixed]}
501501

502502
depends_on_cugraph:
503503
common:
504504
- output_types: conda
505505
packages:
506-
- &cugraph_unsuffixed cugraph==24.12.*,>=0.0.0a0
506+
- &cugraph_unsuffixed cugraph==24.12.*
507507
- output_types: requirements
508508
packages:
509509
# pip recognizes the index as a global option for the requirements.txt file
@@ -516,19 +516,19 @@ dependencies:
516516
cuda: "12.*"
517517
cuda_suffixed: "true"
518518
packages:
519-
- cugraph-cu12==24.12.*,>=0.0.0a0
519+
- cugraph-cu12==24.12.*
520520
- matrix:
521521
cuda: "11.*"
522522
cuda_suffixed: "true"
523523
packages:
524-
- cugraph-cu11==24.12.*,>=0.0.0a0
524+
- cugraph-cu11==24.12.*
525525
- {matrix: null, packages: [*cugraph_unsuffixed]}
526526

527527
depends_on_cudf:
528528
common:
529529
- output_types: conda
530530
packages:
531-
- &cudf_unsuffixed cudf==24.12.*,>=0.0.0a0
531+
- &cudf_unsuffixed cudf==24.12.*
532532
- output_types: requirements
533533
packages:
534534
# pip recognizes the index as a global option for the requirements.txt file
@@ -541,19 +541,19 @@ dependencies:
541541
cuda: "12.*"
542542
cuda_suffixed: "true"
543543
packages:
544-
- cudf-cu12==24.12.*,>=0.0.0a0
544+
- cudf-cu12==24.12.*
545545
- matrix:
546546
cuda: "11.*"
547547
cuda_suffixed: "true"
548548
packages:
549-
- cudf-cu11==24.12.*,>=0.0.0a0
549+
- cudf-cu11==24.12.*
550550
- {matrix: null, packages: [*cudf_unsuffixed]}
551551

552552
depends_on_dask_cudf:
553553
common:
554554
- output_types: conda
555555
packages:
556-
- &dask_cudf_unsuffixed dask-cudf==24.12.*,>=0.0.0a0
556+
- &dask_cudf_unsuffixed dask-cudf==24.12.*
557557
- output_types: requirements
558558
packages:
559559
# pip recognizes the index as a global option for the requirements.txt file
@@ -566,19 +566,19 @@ dependencies:
566566
cuda: "12.*"
567567
cuda_suffixed: "true"
568568
packages:
569-
- dask-cudf-cu12==24.12.*,>=0.0.0a0
569+
- dask-cudf-cu12==24.12.*
570570
- matrix:
571571
cuda: "11.*"
572572
cuda_suffixed: "true"
573573
packages:
574-
- dask-cudf-cu11==24.12.*,>=0.0.0a0
574+
- dask-cudf-cu11==24.12.*
575575
- {matrix: null, packages: [*dask_cudf_unsuffixed]}
576576

577577
depends_on_pylibraft:
578578
common:
579579
- output_types: conda
580580
packages:
581-
- &pylibraft_unsuffixed pylibraft==24.12.*,>=0.0.0a0
581+
- &pylibraft_unsuffixed pylibraft==24.12.*
582582
- output_types: requirements
583583
packages:
584584
# pip recognizes the index as a global option for the requirements.txt file
@@ -591,19 +591,19 @@ dependencies:
591591
cuda: "12.*"
592592
cuda_suffixed: "true"
593593
packages:
594-
- pylibraft-cu12==24.12.*,>=0.0.0a0
594+
- pylibraft-cu12==24.12.*
595595
- matrix:
596596
cuda: "11.*"
597597
cuda_suffixed: "true"
598598
packages:
599-
- pylibraft-cu11==24.12.*,>=0.0.0a0
599+
- pylibraft-cu11==24.12.*
600600
- {matrix: null, packages: [*pylibraft_unsuffixed]}
601601

602602
depends_on_raft_dask:
603603
common:
604604
- output_types: conda
605605
packages:
606-
- &raft_dask_unsuffixed raft-dask==24.12.*,>=0.0.0a0
606+
- &raft_dask_unsuffixed raft-dask==24.12.*
607607
- output_types: requirements
608608
packages:
609609
# pip recognizes the index as a global option for the requirements.txt file
@@ -616,19 +616,19 @@ dependencies:
616616
cuda: "12.*"
617617
cuda_suffixed: "true"
618618
packages:
619-
- raft-dask-cu12==24.12.*,>=0.0.0a0
619+
- raft-dask-cu12==24.12.*
620620
- matrix:
621621
cuda: "11.*"
622622
cuda_suffixed: "true"
623623
packages:
624-
- raft-dask-cu11==24.12.*,>=0.0.0a0
624+
- raft-dask-cu11==24.12.*
625625
- {matrix: null, packages: [*raft_dask_unsuffixed]}
626626

627627
depends_on_pylibcugraph:
628628
common:
629629
- output_types: conda
630630
packages:
631-
- &pylibcugraph_unsuffixed pylibcugraph==24.12.*,>=0.0.0a0
631+
- &pylibcugraph_unsuffixed pylibcugraph==24.12.*
632632
- output_types: requirements
633633
packages:
634634
# pip recognizes the index as a global option for the requirements.txt file
@@ -641,19 +641,19 @@ dependencies:
641641
cuda: "12.*"
642642
cuda_suffixed: "true"
643643
packages:
644-
- pylibcugraph-cu12==24.12.*,>=0.0.0a0
644+
- pylibcugraph-cu12==24.12.*
645645
- matrix:
646646
cuda: "11.*"
647647
cuda_suffixed: "true"
648648
packages:
649-
- pylibcugraph-cu11==24.12.*,>=0.0.0a0
649+
- pylibcugraph-cu11==24.12.*
650650
- {matrix: null, packages: [*pylibcugraph_unsuffixed]}
651651

652652
depends_on_pylibcugraphops:
653653
common:
654654
- output_types: conda
655655
packages:
656-
- &pylibcugraphops_unsuffixed pylibcugraphops==24.12.*,>=0.0.0a0
656+
- &pylibcugraphops_unsuffixed pylibcugraphops==24.12.*
657657
- output_types: requirements
658658
packages:
659659
# pip recognizes the index as a global option for the requirements.txt file
@@ -666,12 +666,12 @@ dependencies:
666666
cuda: "12.*"
667667
cuda_suffixed: "true"
668668
packages:
669-
- pylibcugraphops-cu12==24.12.*,>=0.0.0a0
669+
- pylibcugraphops-cu12==24.12.*
670670
- matrix:
671671
cuda: "11.*"
672672
cuda_suffixed: "true"
673673
packages:
674-
- pylibcugraphops-cu11==24.12.*,>=0.0.0a0
674+
- pylibcugraphops-cu11==24.12.*
675675
- {matrix: null, packages: [*pylibcugraphops_unsuffixed]}
676676

677677
depends_on_cupy:

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ channels:
77
- conda-forge
88
- nvidia
99
dependencies:
10-
- cugraph==24.12.*,>=0.0.0a0
10+
- cugraph==24.12.*
1111
- dgl>=2.4.0.cu*
1212
- dglteam/label/th23_cu118::dgl>=2.4.0.th23.cu*
1313
- pre-commit
1414
- pydantic
15-
- pylibcugraphops==24.12.*,>=0.0.0a0
15+
- pylibcugraphops==24.12.*
1616
- pytest
1717
- pytest-benchmark
1818
- pytest-cov

‎python/cugraph-dgl/pyproject.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@ classifiers = [
2424
"Programming Language :: Python",
2525
]
2626
dependencies = [
27-
"cugraph==24.12.*,>=0.0.0a0",
27+
"cugraph==24.12.*",
2828
"numba>=0.57",
2929
"numpy>=1.23,<3.0a0",
30-
"pylibcugraphops==24.12.*,>=0.0.0a0",
30+
"pylibcugraphops==24.12.*",
3131
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.
3232

3333
[project.optional-dependencies]
3434
test = [
35-
"pylibwholegraph==24.12.*,>=0.0.0a0",
35+
"pylibwholegraph==24.12.*",
3636
"pytest",
3737
"pytest-benchmark",
3838
"pytest-cov",

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ channels:
77
- conda-forge
88
- nvidia
99
dependencies:
10-
- cugraph==24.12.*,>=0.0.0a0
10+
- cugraph==24.12.*
1111
- pre-commit
1212
- pydantic
13-
- pylibcugraphops==24.12.*,>=0.0.0a0
13+
- pylibcugraphops==24.12.*
1414
- pytest
1515
- pytest-benchmark
1616
- pytest-cov

‎python/cugraph-pyg/pyproject.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ classifiers = [
3030
"Programming Language :: Python :: 3.12",
3131
]
3232
dependencies = [
33-
"cugraph==24.12.*,>=0.0.0a0",
33+
"cugraph==24.12.*",
3434
"numba>=0.57",
3535
"numpy>=1.23,<3.0a0",
3636
"pandas",
37-
"pylibcugraphops==24.12.*,>=0.0.0a0",
37+
"pylibcugraphops==24.12.*",
3838
"torch-geometric>=2.5,<2.6",
3939
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.
4040

@@ -45,7 +45,7 @@ Documentation = "https://docs.rapids.ai/api/cugraph/stable/"
4545
[project.optional-dependencies]
4646
test = [
4747
"ogb",
48-
"pylibwholegraph==24.12.*,>=0.0.0a0",
48+
"pylibwholegraph==24.12.*",
4949
"pytest",
5050
"pytest-benchmark",
5151
"pytest-cov",

0 commit comments

Comments
 (0)
Please sign in to comment.