@@ -488,7 +488,7 @@ dependencies:
488488 common :
489489 - output_types : conda
490490 packages :
491- - &pylibwholegraph_unsuffixed pylibwholegraph==25.2.*,>=0.0.0a0
491+ - &pylibwholegraph_unsuffixed pylibwholegraph==25.2.*
492492 - output_types : requirements
493493 packages :
494494 # pip recognizes the index as a global option for the requirements.txt file
@@ -501,19 +501,19 @@ dependencies:
501501 cuda : " 12.*"
502502 cuda_suffixed : " true"
503503 packages :
504- - pylibwholegraph-cu12==25.2.*,>=0.0.0a0
504+ - pylibwholegraph-cu12==25.2.*
505505 - matrix :
506506 cuda : " 11.*"
507507 cuda_suffixed : " true"
508508 packages :
509- - pylibwholegraph-cu11==25.2.*,>=0.0.0a0
509+ - pylibwholegraph-cu11==25.2.*
510510 - {matrix: null, packages: [*pylibwholegraph_unsuffixed]}
511511
512512 depends_on_rmm :
513513 common :
514514 - output_types : conda
515515 packages :
516- - &rmm_unsuffixed rmm==25.2.*,>=0.0.0a0
516+ - &rmm_unsuffixed rmm==25.2.*
517517 - output_types : requirements
518518 packages :
519519 # pip recognizes the index as a global option for the requirements.txt file
@@ -526,19 +526,19 @@ dependencies:
526526 cuda : " 12.*"
527527 cuda_suffixed : " true"
528528 packages :
529- - rmm-cu12==25.2.*,>=0.0.0a0
529+ - rmm-cu12==25.2.*
530530 - matrix :
531531 cuda : " 11.*"
532532 cuda_suffixed : " true"
533533 packages :
534- - rmm-cu11==25.2.*,>=0.0.0a0
534+ - rmm-cu11==25.2.*
535535 - {matrix: null, packages: [*rmm_unsuffixed]}
536536
537537 depends_on_cugraph :
538538 common :
539539 - output_types : conda
540540 packages :
541- - &cugraph_unsuffixed cugraph==25.2.*,>=0.0.0a0
541+ - &cugraph_unsuffixed cugraph==25.2.*
542542 - output_types : requirements
543543 packages :
544544 # pip recognizes the index as a global option for the requirements.txt file
@@ -551,25 +551,25 @@ dependencies:
551551 cuda : " 12.*"
552552 cuda_suffixed : " true"
553553 packages :
554- - cugraph-cu12==25.2.*,>=0.0.0a0
554+ - cugraph-cu12==25.2.*
555555 - matrix :
556556 cuda : " 11.*"
557557 cuda_suffixed : " true"
558558 packages :
559- - cugraph-cu11==25.2.*,>=0.0.0a0
559+ - cugraph-cu11==25.2.*
560560 - {matrix: null, packages: [*cugraph_unsuffixed]}
561561
562562 depends_on_cugraph_dgl :
563563 common :
564564 - output_types : conda
565565 packages :
566- - cugraph-dgl==25.2.*,>=0.0.0a0
566+ - cugraph-dgl==25.2.*
567567
568568 depends_on_cudf :
569569 common :
570570 - output_types : conda
571571 packages :
572- - &cudf_unsuffixed cudf==25.2.*,>=0.0.0a0
572+ - &cudf_unsuffixed cudf==25.2.*
573573 - output_types : requirements
574574 packages :
575575 # pip recognizes the index as a global option for the requirements.txt file
@@ -582,19 +582,19 @@ dependencies:
582582 cuda : " 12.*"
583583 cuda_suffixed : " true"
584584 packages :
585- - cudf-cu12==25.2.*,>=0.0.0a0
585+ - cudf-cu12==25.2.*
586586 - matrix :
587587 cuda : " 11.*"
588588 cuda_suffixed : " true"
589589 packages :
590- - cudf-cu11==25.2.*,>=0.0.0a0
590+ - cudf-cu11==25.2.*
591591 - {matrix: null, packages: [*cudf_unsuffixed]}
592592
593593 depends_on_dask_cudf :
594594 common :
595595 - output_types : conda
596596 packages :
597- - &dask_cudf_unsuffixed dask-cudf==25.2.*,>=0.0.0a0
597+ - &dask_cudf_unsuffixed dask-cudf==25.2.*
598598 - output_types : requirements
599599 packages :
600600 # pip recognizes the index as a global option for the requirements.txt file
@@ -607,19 +607,19 @@ dependencies:
607607 cuda : " 12.*"
608608 cuda_suffixed : " true"
609609 packages :
610- - dask-cudf-cu12==25.2.*,>=0.0.0a0
610+ - dask-cudf-cu12==25.2.*
611611 - matrix :
612612 cuda : " 11.*"
613613 cuda_suffixed : " true"
614614 packages :
615- - dask-cudf-cu11==25.2.*,>=0.0.0a0
615+ - dask-cudf-cu11==25.2.*
616616 - {matrix: null, packages: [*dask_cudf_unsuffixed]}
617617
618618 depends_on_pylibcugraph :
619619 common :
620620 - output_types : conda
621621 packages :
622- - &pylibcugraph_unsuffixed pylibcugraph==25.2.*,>=0.0.0a0
622+ - &pylibcugraph_unsuffixed pylibcugraph==25.2.*
623623 - output_types : requirements
624624 packages :
625625 # pip recognizes the index as a global option for the requirements.txt file
@@ -632,12 +632,12 @@ dependencies:
632632 cuda : " 12.*"
633633 cuda_suffixed : " true"
634634 packages :
635- - pylibcugraph-cu12==25.2.*,>=0.0.0a0
635+ - pylibcugraph-cu12==25.2.*
636636 - matrix :
637637 cuda : " 11.*"
638638 cuda_suffixed : " true"
639639 packages :
640- - pylibcugraph-cu11==25.2.*,>=0.0.0a0
640+ - pylibcugraph-cu11==25.2.*
641641 - {matrix: null, packages: [*pylibcugraph_unsuffixed]}
642642
643643 depends_on_cupy :
0 commit comments