diff --git a/conda/environments/clx_dev_cuda11.5.yml b/conda/environments/clx_dev_cuda11.5.yml index f202a7f8..99312b75 100644 --- a/conda/environments/clx_dev_cuda11.5.yml +++ b/conda/environments/clx_dev_cuda11.5.yml @@ -6,9 +6,9 @@ channels: dependencies: - cudatoolkit=11.5 - python>=3.6,<3.9 -- cugraph=23.02.* -- cuml=23.02.* -- cuxfilter=23.02.* +- cugraph=23.04.* +- cuml=23.04.* +- cuxfilter=23.04.* - scikit-learn=0.23.1 - s3fs - ipywidgets diff --git a/docs/source/conf.py b/docs/source/conf.py index 2ba957b1..0271874b 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -24,9 +24,9 @@ author = 'NVIDIA' # The short X.Y version -version = '23.02' +version = '23.04' # The full version, including alpha/beta/rc tags -release = '23.02.00' +release = '23.04.00' # -- General configuration ---------------------------------------------------