diff --git a/conda/environments/all_cuda-118_arch-x86_64.yaml b/conda/environments/all_cuda-118_arch-x86_64.yaml index c32596f5b6..9cb299889d 100644 --- a/conda/environments/all_cuda-118_arch-x86_64.yaml +++ b/conda/environments/all_cuda-118_arch-x86_64.yaml @@ -54,6 +54,6 @@ dependencies: - sphinx-markdown-tables - sysroot_linux-64==2.17 - ucx-proc=*=gpu -- ucx-py==0.32.* +- ucx-py=0.32.* - ucx>=1.13.0 name: all_cuda-118_arch-x86_64 diff --git a/dependencies.yaml b/dependencies.yaml index f58d931e42..97d5731881 100644 --- a/dependencies.yaml +++ b/dependencies.yaml @@ -276,7 +276,7 @@ dependencies: - joblib>=0.11 - numba>=0.57 - *numpy - - ucx-py==0.32.* + - ucx-py=0.32.* - output_types: conda packages: - dask-core==2023.3.2 diff --git a/docs/source/conf.py b/docs/source/conf.py index afc1fb9b8b..acf6bae362 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -70,9 +70,9 @@ version = '23.06' # The full version, including alpha/beta/rc tags. <<<<<<< HEAD -release = '23.04.01' +release = '23.06.00' ||||||| 994e6c8b -release = '23.04.00' +release = '23.06.00' ======= release = '23.06.00' >>>>>>> upstream/branch-23.06