From c5961fcc72a7ec401d5ad84ec4efe4741bde9eed Mon Sep 17 00:00:00 2001 From: Ayaz Salikhov Date: Tue, 18 Feb 2025 00:42:41 +0000 Subject: [PATCH] Revert "Pin some packages to fix `r-notebook` and `datascience-notebook` under aarch64 (#2215)" (#2220) This reverts commit f3a92fadb74b9907400428e5b4cb38cda93bde08. --- images/datascience-notebook/Dockerfile | 3 --- images/r-notebook/Dockerfile | 3 --- tests/docker-stacks-foundation/test_packages.py | 2 -- 3 files changed, 8 deletions(-) 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", ]