diff --git a/conda/environments/raft_dev_cuda11.0.yml b/conda/environments/raft_dev_cuda11.0.yml index e790af992a..4b019e6892 100644 --- a/conda/environments/raft_dev_cuda11.0.yml +++ b/conda/environments/raft_dev_cuda11.0.yml @@ -16,7 +16,7 @@ dependencies: - rapids-doc-env=22.08.* - rmm=22.08.* - dask-cuda=22.08.* -- ucx>=1.12.1 +- ucx>=1.13.0 - ucx-py=0.27.* - ucx-proc=*=gpu - doxygen>=1.8.20 diff --git a/conda/environments/raft_dev_cuda11.2.yml b/conda/environments/raft_dev_cuda11.2.yml index fe1ea14d5f..0dcf9cd37f 100644 --- a/conda/environments/raft_dev_cuda11.2.yml +++ b/conda/environments/raft_dev_cuda11.2.yml @@ -16,7 +16,7 @@ dependencies: - rapids-doc-env=22.08.* - rmm=22.08.* - dask-cuda=22.08.* -- ucx>=1.12.1 +- ucx>=1.13.0 - ucx-py=0.27.* - ucx-proc=*=gpu - doxygen>=1.8.20 diff --git a/conda/environments/raft_dev_cuda11.4.yml b/conda/environments/raft_dev_cuda11.4.yml index 283a200d23..f97301c448 100644 --- a/conda/environments/raft_dev_cuda11.4.yml +++ b/conda/environments/raft_dev_cuda11.4.yml @@ -16,7 +16,7 @@ dependencies: - rapids-doc-env=22.08.* - rmm=22.08.* - dask-cuda=22.08.* -- ucx>=1.12.1 +- ucx>=1.13.0 - ucx-py=0.27.* - ucx-proc=*=gpu - doxygen>=1.8.20 diff --git a/conda/environments/raft_dev_cuda11.5.yml b/conda/environments/raft_dev_cuda11.5.yml index 15ffd90c9c..43b4fa0bcd 100644 --- a/conda/environments/raft_dev_cuda11.5.yml +++ b/conda/environments/raft_dev_cuda11.5.yml @@ -17,7 +17,7 @@ dependencies: - rapids-doc-env=22.08.* - rmm=22.08.* - dask-cuda=22.08.* -- ucx>=1.12.1 +- ucx>=1.13.0 - ucx-py=0.27.* - ucx-proc=*=gpu - doxygen>=1.8.20 diff --git a/conda/recipes/pyraft/conda_build_config.yaml b/conda/recipes/pyraft/conda_build_config.yaml index fdc9a58423..1ff86d58da 100644 --- a/conda/recipes/pyraft/conda_build_config.yaml +++ b/conda/recipes/pyraft/conda_build_config.yaml @@ -11,7 +11,7 @@ sysroot_version: - "2.17" ucx_version: - - "1.12.1" + - "1.13.0" cmake_version: - ">=3.20.1,!=3.23.0"