@@ -682,7 +682,7 @@ dependencies:
682682      - output_types : [conda] 
683683        packages :
684684          - breathe>=4.35.0 
685-           - dask-cuda==25.6.*,>=0.0.0a0  
685+           - dask-cuda==25.6.* 
686686          - *doxygen 
687687          - make 
688688          - myst-nb 
@@ -806,7 +806,7 @@ dependencies:
806806              cuda : " 12.*" 
807807              cuda_suffixed : " true" 
808808            packages :
809-               - pynvjitlink-cu12>=0.0.0a0  
809+               - pynvjitlink-cu12 
810810              - nvidia-cuda-nvcc-cu12 
811811              - nvidia-cuda-nvrtc-cu12 
812812          - matrix :
@@ -836,13 +836,13 @@ dependencies:
836836    common :
837837      - output_types : [conda, requirements, pyproject] 
838838        packages :
839-           - rapids-dask-dependency==25.6.*,>=0.0.0a0  
839+           - rapids-dask-dependency==25.6.* 
840840  run_dask_cudf :
841841    common :
842842      - output_types : [conda, requirements, pyproject] 
843843        packages :
844844          - pynvml>=12.0.0,<13.0.0a0 
845-           - rapids-dask-dependency==25.6.*,>=0.0.0a0  
845+           - rapids-dask-dependency==25.6.* 
846846  run_custreamz :
847847    common :
848848      - output_types : conda 
@@ -879,7 +879,7 @@ dependencies:
879879      - output_types : conda 
880880        packages :
881881          - libcudf-example==25.6.*,>=0.0.0a0 
882-           - libcudf_kafka==25.6.*,>=0.0.0a0  
882+           - libcudf_kafka==25.6.* 
883883          - libcudf-tests==25.6.*,>=0.0.0a0 
884884  test_java :
885885    common :
@@ -996,7 +996,7 @@ dependencies:
996996    common :
997997      - output_types : [conda, requirements, pyproject] 
998998        packages :
999-           - dask-cuda==25.6.*,>=0.0.0a0  
999+           - dask-cuda==25.6.* 
10001000          - *numba-cuda-dep 
10011001          - *numba-dep 
10021002    specific :
@@ -1015,13 +1015,13 @@ dependencies:
10151015    common :
10161016      - output_types : [conda, requirements, pyproject] 
10171017        packages :
1018-           - dask-cuda==25.6.*,>=0.0.0a0  
1018+           - dask-cuda==25.6.* 
10191019          - *numpy 
10201020  depends_on_libcudf :
10211021    common :
10221022      - output_types : conda 
10231023        packages :
1024-           - &libcudf_unsuffixed libcudf==25.6.*,>=0.0.0a0  
1024+           - &libcudf_unsuffixed libcudf==25.6.* 
10251025      - output_types : requirements 
10261026        packages :
10271027          #  pip recognizes the index as a global option for the requirements.txt file
@@ -1035,18 +1035,18 @@ dependencies:
10351035              cuda : " 12.*" 
10361036              cuda_suffixed : " true" 
10371037            packages :
1038-               - libcudf-cu12==25.6.*,>=0.0.0a0  
1038+               - libcudf-cu12==25.6.* 
10391039          - matrix :
10401040              cuda : " 11.*" 
10411041              cuda_suffixed : " true" 
10421042            packages :
1043-               - libcudf-cu11==25.6.*,>=0.0.0a0  
1043+               - libcudf-cu11==25.6.* 
10441044          - {matrix: null, packages: [*libcudf_unsuffixed]} 
10451045  depends_on_pylibcudf :
10461046    common :
10471047      - output_types : conda 
10481048        packages :
1049-           - &pylibcudf_unsuffixed pylibcudf==25.6.*,>=0.0.0a0  
1049+           - &pylibcudf_unsuffixed pylibcudf==25.6.* 
10501050      - output_types : requirements 
10511051        packages :
10521052          #  pip recognizes the index as a global option for the requirements.txt file
@@ -1060,18 +1060,18 @@ dependencies:
10601060              cuda : " 12.*" 
10611061              cuda_suffixed : " true" 
10621062            packages :
1063-               - pylibcudf-cu12==25.6.*,>=0.0.0a0  
1063+               - pylibcudf-cu12==25.6.* 
10641064          - matrix :
10651065              cuda : " 11.*" 
10661066              cuda_suffixed : " true" 
10671067            packages :
1068-               - pylibcudf-cu11==25.6.*,>=0.0.0a0  
1068+               - pylibcudf-cu11==25.6.* 
10691069          - {matrix: null, packages: [*pylibcudf_unsuffixed]} 
10701070  depends_on_cudf :
10711071    common :
10721072      - output_types : conda 
10731073        packages :
1074-           - &cudf_unsuffixed cudf==25.6.*,>=0.0.0a0  
1074+           - &cudf_unsuffixed cudf==25.6.* 
10751075      - output_types : requirements 
10761076        packages :
10771077          #  pip recognizes the index as a global option for the requirements.txt file
@@ -1085,18 +1085,18 @@ dependencies:
10851085              cuda : " 12.*" 
10861086              cuda_suffixed : " true" 
10871087            packages :
1088-               - cudf-cu12==25.6.*,>=0.0.0a0  
1088+               - cudf-cu12==25.6.* 
10891089          - matrix :
10901090              cuda : " 11.*" 
10911091              cuda_suffixed : " true" 
10921092            packages :
1093-               - cudf-cu11==25.6.*,>=0.0.0a0  
1093+               - cudf-cu11==25.6.* 
10941094          - {matrix: null, packages: [*cudf_unsuffixed]} 
10951095  depends_on_cudf_kafka :
10961096    common :
10971097      - output_types : conda 
10981098        packages :
1099-           - &cudf_kafka_unsuffixed cudf_kafka==25.6.*,>=0.0.0a0  
1099+           - &cudf_kafka_unsuffixed cudf_kafka==25.6.* 
11001100      - output_types : requirements 
11011101        packages :
11021102          #  pip recognizes the index as a global option for the requirements.txt file
@@ -1110,12 +1110,12 @@ dependencies:
11101110              cuda : " 12.*" 
11111111              cuda_suffixed : " true" 
11121112            packages :
1113-               - cudf_kafka-cu12==25.6.*,>=0.0.0a0  
1113+               - cudf_kafka-cu12==25.6.* 
11141114          - matrix :
11151115              cuda : " 11.*" 
11161116              cuda_suffixed : " true" 
11171117            packages :
1118-               - cudf_kafka-cu11==25.6.*,>=0.0.0a0  
1118+               - cudf_kafka-cu11==25.6.* 
11191119          - {matrix: null, packages: [*cudf_kafka_unsuffixed]} 
11201120  depends_on_cupy :
11211121    common :
@@ -1136,7 +1136,7 @@ dependencies:
11361136    common :
11371137      - output_types : conda 
11381138        packages :
1139-           - &libkvikio_unsuffixed libkvikio==25.6.*,>=0.0.0a0  
1139+           - &libkvikio_unsuffixed libkvikio==25.6.* 
11401140      - output_types : requirements 
11411141        packages :
11421142          - --extra-index-url=https://pypi.nvidia.com 
@@ -1148,20 +1148,20 @@ dependencies:
11481148              cuda : " 12.*" 
11491149              cuda_suffixed : " true" 
11501150            packages :
1151-               - libkvikio-cu12==25.6.*,>=0.0.0a0  
1151+               - libkvikio-cu12==25.6.* 
11521152          - matrix :
11531153              cuda : " 11.*" 
11541154              cuda_suffixed : " true" 
11551155            packages :
1156-               - libkvikio-cu11==25.6.*,>=0.0.0a0  
1156+               - libkvikio-cu11==25.6.* 
11571157          - matrix :
11581158            packages :
11591159              - *libkvikio_unsuffixed 
11601160  depends_on_librmm :
11611161    common :
11621162      - output_types : conda 
11631163        packages :
1164-           - &librmm_unsuffixed librmm==25.6.*,>=0.0.0a0  
1164+           - &librmm_unsuffixed librmm==25.6.* 
11651165      - output_types : requirements 
11661166        packages :
11671167          #  pip recognizes the index as a global option for the requirements.txt file
@@ -1175,20 +1175,20 @@ dependencies:
11751175              cuda : " 12.*" 
11761176              cuda_suffixed : " true" 
11771177            packages :
1178-               - librmm-cu12==25.6.*,>=0.0.0a0  
1178+               - librmm-cu12==25.6.* 
11791179          - matrix :
11801180              cuda : " 11.*" 
11811181              cuda_suffixed : " true" 
11821182            packages :
1183-               - librmm-cu11==25.6.*,>=0.0.0a0  
1183+               - librmm-cu11==25.6.* 
11841184          - matrix :
11851185            packages :
11861186              - *librmm_unsuffixed 
11871187  depends_on_rmm :
11881188    common :
11891189      - output_types : conda 
11901190        packages :
1191-           - &rmm_unsuffixed rmm==25.6.*,>=0.0.0a0  
1191+           - &rmm_unsuffixed rmm==25.6.* 
11921192      - output_types : requirements 
11931193        packages :
11941194          #  pip recognizes the index as a global option for the requirements.txt file
@@ -1202,12 +1202,12 @@ dependencies:
12021202              cuda : " 12.*" 
12031203              cuda_suffixed : " true" 
12041204            packages :
1205-               - rmm-cu12==25.6.*,>=0.0.0a0  
1205+               - rmm-cu12==25.6.* 
12061206          - matrix :
12071207              cuda : " 11.*" 
12081208              cuda_suffixed : " true" 
12091209            packages :
1210-               - rmm-cu11==25.6.*,>=0.0.0a0  
1210+               - rmm-cu11==25.6.* 
12111211          - matrix :
12121212            packages :
12131213              - *rmm_unsuffixed 
@@ -1248,17 +1248,17 @@ dependencies:
12481248    common :
12491249      - output_types : conda 
12501250        packages :
1251-           - dask-cudf==25.6.*,>=0.0.0a0  
1251+           - dask-cudf==25.6.* 
12521252  depends_on_custreamz :
12531253    common :
12541254      - output_types : conda 
12551255        packages :
1256-           - custreamz==25.6.*,>=0.0.0a0  
1256+           - custreamz==25.6.* 
12571257  depends_on_cudf_polars :
12581258    common :
12591259      - output_types : conda 
12601260        packages :
1261-           - cudf-polars==25.6.*,>=0.0.0a0  
1261+           - cudf-polars==25.6.* 
12621262  depends_on_narwhals :
12631263    common :
12641264      - output_types : [conda, requirements, pyproject] 
0 commit comments