@@ -164,7 +164,7 @@ dependencies:
164164 - numpy>=1.23,<3.0a0
165165 - pandas>=1.3
166166 - pynvml>=12.0.0,<13.0.0a0
167- - rapids-dask-dependency==25.6.*,>=0.0.0a0
167+ - rapids-dask-dependency==25.6.*
168168 - zict>=2.0.0
169169 test_python :
170170 common :
@@ -175,12 +175,12 @@ dependencies:
175175 - pytest-timeout
176176 - output_types : [conda]
177177 packages :
178- - &cudf_unsuffixed cudf==25.6.*,>=0.0.0a0
179- - &dask_cudf_unsuffixed dask-cudf==25.6.*,>=0.0.0a0
180- - distributed-ucxx==0.44.*,>=0.0.0a0
181- - &kvikio_unsuffixed kvikio==25.6.*,>=0.0.0a0
182- - &ucx_py_unsuffixed ucx-py==0.44.*,>=0.0.0a0
183- - ucxx==0.44.*,>=0.0.0a0
178+ - &cudf_unsuffixed cudf==25.6.*
179+ - &dask_cudf_unsuffixed dask-cudf==25.6.*
180+ - distributed-ucxx==0.44.*
181+ - &kvikio_unsuffixed kvikio==25.6.*
182+ - &ucx_py_unsuffixed ucx-py==0.44.*
183+ - ucxx==0.44.*
184184 specific :
185185 - output_types : conda
186186 matrices :
@@ -198,18 +198,18 @@ dependencies:
198198 cuda : " 12.*"
199199 cuda_suffixed : " true"
200200 packages :
201- - cudf-cu12==25.6.*,>=0.0.0a0
202- - dask-cudf-cu12==25.6.*,>=0.0.0a0
203- - kvikio-cu12==25.6.*,>=0.0.0a0
204- - ucx-py-cu12==0.44.*,>=0.0.0a0
201+ - cudf-cu12==25.6.*
202+ - dask-cudf-cu12==25.6.*
203+ - kvikio-cu12==25.6.*
204+ - ucx-py-cu12==0.44.*
205205 - matrix :
206206 cuda : " 11.*"
207207 cuda_suffixed : " true"
208208 packages :
209- - cudf-cu11==25.6.*,>=0.0.0a0
210- - dask-cudf-cu11==25.6.*,>=0.0.0a0
211- - kvikio-cu11==25.6.*,>=0.0.0a0
212- - ucx-py-cu11==0.44.*,>=0.0.0a0
209+ - cudf-cu11==25.6.*
210+ - dask-cudf-cu11==25.6.*
211+ - kvikio-cu11==25.6.*
212+ - ucx-py-cu11==0.44.*
213213 - matrix :
214214 packages :
215215 - *cudf_unsuffixed
@@ -220,4 +220,4 @@ dependencies:
220220 common :
221221 - output_types : conda
222222 packages :
223- - dask-cuda==25.6.*,>=0.0.0a0
223+ - dask-cuda==25.6.*
0 commit comments