diff --git a/images/datascience-notebook/Dockerfile b/images/datascience-notebook/Dockerfile index 029a7104ed..ab7a8454db 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 a26eac6700..39cbebdd4a 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 09b7ce0de8..f68d6ec98b 100644 --- a/tests/docker-stacks-foundation/test_packages.py +++ b/tests/docker-stacks-foundation/test_packages.py @@ -81,8 +81,6 @@ "openssl", "protobuf", "python", - "r-parsnip<1.3.0", - "r-recipes<1.1.1", "r-irkernel", "unixodbc", ]