@@ -562,7 +562,7 @@ dependencies:
562562 common :
563563 - output_types : conda
564564 packages :
565- - &pylibwholegraph_unsuffixed pylibwholegraph==25.6.*,>=0.0.0a0
565+ - &pylibwholegraph_unsuffixed pylibwholegraph==25.6.*
566566 - output_types : requirements
567567 packages :
568568 # pip recognizes the index as a global option for the requirements.txt file
@@ -575,19 +575,19 @@ dependencies:
575575 cuda : " 12.*"
576576 cuda_suffixed : " true"
577577 packages :
578- - pylibwholegraph-cu12==25.6.*,>=0.0.0a0
578+ - pylibwholegraph-cu12==25.6.*
579579 - matrix :
580580 cuda : " 11.*"
581581 cuda_suffixed : " true"
582582 packages :
583- - pylibwholegraph-cu11==25.6.*,>=0.0.0a0
583+ - pylibwholegraph-cu11==25.6.*
584584 - {matrix: null, packages: [*pylibwholegraph_unsuffixed]}
585585
586586 depends_on_libraft :
587587 common :
588588 - output_types : conda
589589 packages :
590- - &libraft_unsuffixed libraft==25.6.*,>=0.0.0a0
590+ - &libraft_unsuffixed libraft==25.6.*
591591 - output_types : requirements
592592 packages :
593593 # pip recognizes the index as a global option for the requirements.txt file
@@ -600,20 +600,20 @@ dependencies:
600600 cuda : " 12.*"
601601 cuda_suffixed : " true"
602602 packages :
603- - libraft-cu12==25.6.*,>=0.0.0a0
603+ - libraft-cu12==25.6.*
604604 - matrix :
605605 cuda : " 11.*"
606606 cuda_suffixed : " true"
607607 packages :
608- - libraft-cu11==25.6.*,>=0.0.0a0
608+ - libraft-cu11==25.6.*
609609 - {matrix: null, packages: [*libraft_unsuffixed]}
610610
611611 depends_on_librmm :
612612 common :
613613 - output_types : conda
614614 packages :
615- - librmm==25.6.*,>=0.0.0a0
616- - &librmm_unsuffixed librmm==25.6.*,>=0.0.0a0
615+ - librmm==25.6.*
616+ - &librmm_unsuffixed librmm==25.6.*
617617 - output_types : requirements
618618 packages :
619619 # pip recognizes the index as a global option for the requirements.txt file
@@ -626,19 +626,19 @@ dependencies:
626626 cuda : " 12.*"
627627 cuda_suffixed : " true"
628628 packages :
629- - librmm-cu12==25.6.*,>=0.0.0a0
629+ - librmm-cu12==25.6.*
630630 - matrix :
631631 cuda : " 11.*"
632632 cuda_suffixed : " true"
633633 packages :
634- - librmm-cu11==25.6.*,>=0.0.0a0
634+ - librmm-cu11==25.6.*
635635 - {matrix: null, packages: [*librmm_unsuffixed]}
636636
637637 depends_on_rapids_logger :
638638 common :
639639 - output_types : [conda, requirements, pyproject]
640640 packages :
641- - rapids-logger==0.1.*,>=0.0.0a0
641+ - rapids-logger==0.1.*
642642 - output_types : requirements
643643 packages :
644644 # pip recognizes the index as a global option for the requirements.txt file
@@ -648,7 +648,7 @@ dependencies:
648648 common :
649649 - output_types : conda
650650 packages :
651- - &libwholegraph_unsuffixed libwholegraph==25.6.*,>=0.0.0a0
651+ - &libwholegraph_unsuffixed libwholegraph==25.6.*
652652 - output_types : requirements
653653 packages :
654654 # pip recognizes the index as a global option for the requirements.txt file
@@ -661,12 +661,12 @@ dependencies:
661661 cuda : " 12.*"
662662 cuda_suffixed : " true"
663663 packages :
664- - libwholegraph-cu12==25.6.*,>=0.0.0a0
664+ - libwholegraph-cu12==25.6.*
665665 - matrix :
666666 cuda : " 11.*"
667667 cuda_suffixed : " true"
668668 packages :
669- - libwholegraph-cu11==25.6.*,>=0.0.0a0
669+ - libwholegraph-cu11==25.6.*
670670 - {matrix: null, packages: [*libwholegraph_unsuffixed]}
671671
672672 depends_on_libwholegraph_tests :
@@ -679,7 +679,7 @@ dependencies:
679679 common :
680680 - output_types : conda
681681 packages :
682- - &rmm_unsuffixed rmm==25.6.*,>=0.0.0a0
682+ - &rmm_unsuffixed rmm==25.6.*
683683 - output_types : requirements
684684 packages :
685685 # pip recognizes the index as a global option for the requirements.txt file
@@ -692,19 +692,19 @@ dependencies:
692692 cuda : " 12.*"
693693 cuda_suffixed : " true"
694694 packages :
695- - rmm-cu12==25.6.*,>=0.0.0a0
695+ - rmm-cu12==25.6.*
696696 - matrix :
697697 cuda : " 11.*"
698698 cuda_suffixed : " true"
699699 packages :
700- - rmm-cu11==25.6.*,>=0.0.0a0
700+ - rmm-cu11==25.6.*
701701 - {matrix: null, packages: [*rmm_unsuffixed]}
702702
703703 depends_on_cugraph :
704704 common :
705705 - output_types : conda
706706 packages :
707- - &cugraph_unsuffixed cugraph==25.6.*,>=0.0.0a0
707+ - &cugraph_unsuffixed cugraph==25.6.*
708708 - output_types : requirements
709709 packages :
710710 # pip recognizes the index as a global option for the requirements.txt file
@@ -717,25 +717,25 @@ dependencies:
717717 cuda : " 12.*"
718718 cuda_suffixed : " true"
719719 packages :
720- - cugraph-cu12==25.6.*,>=0.0.0a0
720+ - cugraph-cu12==25.6.*
721721 - matrix :
722722 cuda : " 11.*"
723723 cuda_suffixed : " true"
724724 packages :
725- - cugraph-cu11==25.6.*,>=0.0.0a0
725+ - cugraph-cu11==25.6.*
726726 - {matrix: null, packages: [*cugraph_unsuffixed]}
727727
728728 depends_on_cugraph_dgl :
729729 common :
730730 - output_types : conda
731731 packages :
732- - cugraph-dgl==25.6.*,>=0.0.0a0
732+ - cugraph-dgl==25.6.*
733733
734734 depends_on_cudf :
735735 common :
736736 - output_types : conda
737737 packages :
738- - &cudf_unsuffixed cudf==25.6.*,>=0.0.0a0
738+ - &cudf_unsuffixed cudf==25.6.*
739739 - output_types : requirements
740740 packages :
741741 # pip recognizes the index as a global option for the requirements.txt file
@@ -748,19 +748,19 @@ dependencies:
748748 cuda : " 12.*"
749749 cuda_suffixed : " true"
750750 packages :
751- - cudf-cu12==25.6.*,>=0.0.0a0
751+ - cudf-cu12==25.6.*
752752 - matrix :
753753 cuda : " 11.*"
754754 cuda_suffixed : " true"
755755 packages :
756- - cudf-cu11==25.6.*,>=0.0.0a0
756+ - cudf-cu11==25.6.*
757757 - {matrix: null, packages: [*cudf_unsuffixed]}
758758
759759 depends_on_dask_cudf :
760760 common :
761761 - output_types : conda
762762 packages :
763- - &dask_cudf_unsuffixed dask-cudf==25.6.*,>=0.0.0a0
763+ - &dask_cudf_unsuffixed dask-cudf==25.6.*
764764 - output_types : requirements
765765 packages :
766766 # pip recognizes the index as a global option for the requirements.txt file
@@ -773,19 +773,19 @@ dependencies:
773773 cuda : " 12.*"
774774 cuda_suffixed : " true"
775775 packages :
776- - dask-cudf-cu12==25.6.*,>=0.0.0a0
776+ - dask-cudf-cu12==25.6.*
777777 - matrix :
778778 cuda : " 11.*"
779779 cuda_suffixed : " true"
780780 packages :
781- - dask-cudf-cu11==25.6.*,>=0.0.0a0
781+ - dask-cudf-cu11==25.6.*
782782 - {matrix: null, packages: [*dask_cudf_unsuffixed]}
783783
784784 depends_on_pylibcugraph :
785785 common :
786786 - output_types : conda
787787 packages :
788- - &pylibcugraph_unsuffixed pylibcugraph==25.6.*,>=0.0.0a0
788+ - &pylibcugraph_unsuffixed pylibcugraph==25.6.*
789789 - output_types : requirements
790790 packages :
791791 # pip recognizes the index as a global option for the requirements.txt file
@@ -798,12 +798,12 @@ dependencies:
798798 cuda : " 12.*"
799799 cuda_suffixed : " true"
800800 packages :
801- - pylibcugraph-cu12==25.6.*,>=0.0.0a0
801+ - pylibcugraph-cu12==25.6.*
802802 - matrix :
803803 cuda : " 11.*"
804804 cuda_suffixed : " true"
805805 packages :
806- - pylibcugraph-cu11==25.6.*,>=0.0.0a0
806+ - pylibcugraph-cu11==25.6.*
807807 - {matrix: null, packages: [*pylibcugraph_unsuffixed]}
808808
809809 depends_on_cupy :
@@ -828,7 +828,7 @@ dependencies:
828828 common :
829829 - output_types : conda
830830 packages :
831- - cugraph-pyg==25.6.*,>=0.0.0a0
831+ - cugraph-pyg==25.6.*
832832 depends_on_mkl :
833833 common :
834834 - output_types : conda
0 commit comments