Skip to content

Commit c5961fc

Browse files
authored
Revert "Pin some packages to fix r-notebook and datascience-notebook under aarch64 (#2215)" (#2220)
This reverts commit f3a92fa.
1 parent af3e2e1 commit c5961fc

File tree

3 files changed

+0
-8
lines changed

3 files changed

+0
-8
lines changed

images/datascience-notebook/Dockerfile

-3
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,6 @@ RUN mamba install --yes \
5757
'r-tidymodels' \
5858
'r-tidyverse' \
5959
'rpy2' \
60-
# Temporary fix
61-
'r-parsnip<1.3.0' \
62-
'r-recipes<1.1.1' \
6360
'unixodbc' && \
6461
mamba clean --all -f -y && \
6562
fix-permissions "${CONDA_DIR}" && \

images/r-notebook/Dockerfile

-3
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,6 @@ RUN mamba install --yes \
4848
'r-shiny' \
4949
'r-tidymodels' \
5050
'r-tidyverse' \
51-
# Temporary fix
52-
'r-parsnip<1.3.0' \
53-
'r-recipes<1.1.1' \
5451
'unixodbc' && \
5552
mamba clean --all -f -y && \
5653
fix-permissions "${CONDA_DIR}" && \

tests/docker-stacks-foundation/test_packages.py

-2
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,6 @@
8181
"openssl",
8282
"protobuf",
8383
"python",
84-
"r-parsnip<1.3.0",
85-
"r-recipes<1.1.1",
8684
"r-irkernel",
8785
"unixodbc",
8886
]

0 commit comments

Comments
 (0)