diff --git a/images/datascience-notebook/Dockerfile b/images/datascience-notebook/Dockerfile index 029a7104..ab7a8454 100644 --- a/images/datascience-notebook/Dockerfile +++ b/images/datascience-notebook/Dockerfile @@ -57,9 +57,6 @@ RUN mamba install --yes \ 'r-tidymodels' \ 'r-tidyverse' \ 'rpy2' \ - # Temporary fix - 'r-parsnip<1.3.0' \ - 'r-recipes<1.1.1' \ 'unixodbc' && \ mamba clean --all -f -y && \ fix-permissions "${CONDA_DIR}" && \ diff --git a/images/r-notebook/Dockerfile b/images/r-notebook/Dockerfile index a26eac67..39cbebdd 100644 --- a/images/r-notebook/Dockerfile +++ b/images/r-notebook/Dockerfile @@ -48,9 +48,6 @@ RUN mamba install --yes \ 'r-shiny' \ 'r-tidymodels' \ 'r-tidyverse' \ - # Temporary fix - 'r-parsnip<1.3.0' \ - 'r-recipes<1.1.1' \ 'unixodbc' && \ mamba clean --all -f -y && \ fix-permissions "${CONDA_DIR}" && \ diff --git a/tests/docker-stacks-foundation/test_packages.py b/tests/docker-stacks-foundation/test_packages.py index 09b7ce0d..f68d6ec9 100644 --- a/tests/docker-stacks-foundation/test_packages.py +++ b/tests/docker-stacks-foundation/test_packages.py @@ -81,8 +81,6 @@ EXCLUDED_PACKAGES = [ "openssl", "protobuf", "python", - "r-parsnip<1.3.0", - "r-recipes<1.1.1", "r-irkernel", "unixodbc", ]