diff --git a/ci/axis/release.yaml b/ci/axis/release.yaml index eb645976..4ca503b0 100644 --- a/ci/axis/release.yaml +++ b/ci/axis/release.yaml @@ -6,7 +6,7 @@ CONDA_CONFIG_FILE: # Use M.X.Y (major.minor.patch) version to match tag RAPIDS_VER: - - "21.06.00" + - "21.06.01" # Use CUDA_VER to not clobber `CUDA_VERSION` in the container CUDA_VER: diff --git a/conda/recipes/rapids-build-env/meta.yaml b/conda/recipes/rapids-build-env/meta.yaml index c0463159..201ded38 100644 --- a/conda/recipes/rapids-build-env/meta.yaml +++ b/conda/recipes/rapids-build-env/meta.yaml @@ -117,7 +117,7 @@ requirements: - pydocstyle {{ pydocstyle_version }} - pynvml - pyorc - - pyppeteer {{ pyppeteer_version }} + # - pyppeteer {{ pyppeteer_version }} - pyproj {{ pyproj_version }} - pytest - pytest-asyncio {{ pytest_asyncio_version }}