@@ -449,7 +449,7 @@ dependencies:
449
449
common :
450
450
- output_types : conda
451
451
packages :
452
- - &pylibwholegraph_unsuffixed pylibwholegraph==25.2 .*,>=0.0.0a0
452
+ - &pylibwholegraph_unsuffixed pylibwholegraph==25.4 .*,>=0.0.0a0
453
453
- output_types : requirements
454
454
packages :
455
455
# pip recognizes the index as a global option for the requirements.txt file
@@ -462,19 +462,19 @@ dependencies:
462
462
cuda : " 12.*"
463
463
cuda_suffixed : " true"
464
464
packages :
465
- - pylibwholegraph-cu12==25.2 .*,>=0.0.0a0
465
+ - pylibwholegraph-cu12==25.4 .*,>=0.0.0a0
466
466
- matrix :
467
467
cuda : " 11.*"
468
468
cuda_suffixed : " true"
469
469
packages :
470
- - pylibwholegraph-cu11==25.2 .*,>=0.0.0a0
470
+ - pylibwholegraph-cu11==25.4 .*,>=0.0.0a0
471
471
- {matrix: null, packages: [*pylibwholegraph_unsuffixed]}
472
472
473
473
depends_on_rmm :
474
474
common :
475
475
- output_types : conda
476
476
packages :
477
- - &rmm_unsuffixed rmm==25.2 .*,>=0.0.0a0
477
+ - &rmm_unsuffixed rmm==25.4 .*,>=0.0.0a0
478
478
- output_types : requirements
479
479
packages :
480
480
# pip recognizes the index as a global option for the requirements.txt file
@@ -487,19 +487,19 @@ dependencies:
487
487
cuda : " 12.*"
488
488
cuda_suffixed : " true"
489
489
packages :
490
- - rmm-cu12==25.2 .*,>=0.0.0a0
490
+ - rmm-cu12==25.4 .*,>=0.0.0a0
491
491
- matrix :
492
492
cuda : " 11.*"
493
493
cuda_suffixed : " true"
494
494
packages :
495
- - rmm-cu11==25.2 .*,>=0.0.0a0
495
+ - rmm-cu11==25.4 .*,>=0.0.0a0
496
496
- {matrix: null, packages: [*rmm_unsuffixed]}
497
497
498
498
depends_on_cugraph :
499
499
common :
500
500
- output_types : conda
501
501
packages :
502
- - &cugraph_unsuffixed cugraph==25.2 .*,>=0.0.0a0
502
+ - &cugraph_unsuffixed cugraph==25.4 .*,>=0.0.0a0
503
503
- output_types : requirements
504
504
packages :
505
505
# pip recognizes the index as a global option for the requirements.txt file
@@ -512,25 +512,25 @@ dependencies:
512
512
cuda : " 12.*"
513
513
cuda_suffixed : " true"
514
514
packages :
515
- - cugraph-cu12==25.2 .*,>=0.0.0a0
515
+ - cugraph-cu12==25.4 .*,>=0.0.0a0
516
516
- matrix :
517
517
cuda : " 11.*"
518
518
cuda_suffixed : " true"
519
519
packages :
520
- - cugraph-cu11==25.2 .*,>=0.0.0a0
520
+ - cugraph-cu11==25.4 .*,>=0.0.0a0
521
521
- {matrix: null, packages: [*cugraph_unsuffixed]}
522
522
523
523
depends_on_cugraph_dgl :
524
524
common :
525
525
- output_types : conda
526
526
packages :
527
- - cugraph-dgl==25.2 .*,>=0.0.0a0
527
+ - cugraph-dgl==25.4 .*,>=0.0.0a0
528
528
529
529
depends_on_cudf :
530
530
common :
531
531
- output_types : conda
532
532
packages :
533
- - &cudf_unsuffixed cudf==25.2 .*,>=0.0.0a0
533
+ - &cudf_unsuffixed cudf==25.4 .*,>=0.0.0a0
534
534
- output_types : requirements
535
535
packages :
536
536
# pip recognizes the index as a global option for the requirements.txt file
@@ -543,19 +543,19 @@ dependencies:
543
543
cuda : " 12.*"
544
544
cuda_suffixed : " true"
545
545
packages :
546
- - cudf-cu12==25.2 .*,>=0.0.0a0
546
+ - cudf-cu12==25.4 .*,>=0.0.0a0
547
547
- matrix :
548
548
cuda : " 11.*"
549
549
cuda_suffixed : " true"
550
550
packages :
551
- - cudf-cu11==25.2 .*,>=0.0.0a0
551
+ - cudf-cu11==25.4 .*,>=0.0.0a0
552
552
- {matrix: null, packages: [*cudf_unsuffixed]}
553
553
554
554
depends_on_dask_cudf :
555
555
common :
556
556
- output_types : conda
557
557
packages :
558
- - &dask_cudf_unsuffixed dask-cudf==25.2 .*,>=0.0.0a0
558
+ - &dask_cudf_unsuffixed dask-cudf==25.4 .*,>=0.0.0a0
559
559
- output_types : requirements
560
560
packages :
561
561
# pip recognizes the index as a global option for the requirements.txt file
@@ -568,19 +568,19 @@ dependencies:
568
568
cuda : " 12.*"
569
569
cuda_suffixed : " true"
570
570
packages :
571
- - dask-cudf-cu12==25.2 .*,>=0.0.0a0
571
+ - dask-cudf-cu12==25.4 .*,>=0.0.0a0
572
572
- matrix :
573
573
cuda : " 11.*"
574
574
cuda_suffixed : " true"
575
575
packages :
576
- - dask-cudf-cu11==25.2 .*,>=0.0.0a0
576
+ - dask-cudf-cu11==25.4 .*,>=0.0.0a0
577
577
- {matrix: null, packages: [*dask_cudf_unsuffixed]}
578
578
579
579
depends_on_pylibcugraph :
580
580
common :
581
581
- output_types : conda
582
582
packages :
583
- - &pylibcugraph_unsuffixed pylibcugraph==25.2 .*,>=0.0.0a0
583
+ - &pylibcugraph_unsuffixed pylibcugraph==25.4 .*,>=0.0.0a0
584
584
- output_types : requirements
585
585
packages :
586
586
# pip recognizes the index as a global option for the requirements.txt file
@@ -593,12 +593,12 @@ dependencies:
593
593
cuda : " 12.*"
594
594
cuda_suffixed : " true"
595
595
packages :
596
- - pylibcugraph-cu12==25.2 .*,>=0.0.0a0
596
+ - pylibcugraph-cu12==25.4 .*,>=0.0.0a0
597
597
- matrix :
598
598
cuda : " 11.*"
599
599
cuda_suffixed : " true"
600
600
packages :
601
- - pylibcugraph-cu11==25.2 .*,>=0.0.0a0
601
+ - pylibcugraph-cu11==25.4 .*,>=0.0.0a0
602
602
- {matrix: null, packages: [*pylibcugraph_unsuffixed]}
603
603
604
604
depends_on_cupy :
0 commit comments