File tree 3 files changed +0
-8
lines changed
tests/docker-stacks-foundation
3 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -57,9 +57,6 @@ RUN mamba install --yes \
57
57
'r-tidymodels' \
58
58
'r-tidyverse' \
59
59
'rpy2' \
60
- # Temporary fix
61
- 'r-parsnip<1.3.0' \
62
- 'r-recipes<1.1.1' \
63
60
'unixodbc' && \
64
61
mamba clean --all -f -y && \
65
62
fix-permissions "${CONDA_DIR}" && \
Original file line number Diff line number Diff line change @@ -48,9 +48,6 @@ RUN mamba install --yes \
48
48
'r-shiny' \
49
49
'r-tidymodels' \
50
50
'r-tidyverse' \
51
- # Temporary fix
52
- 'r-parsnip<1.3.0' \
53
- 'r-recipes<1.1.1' \
54
51
'unixodbc' && \
55
52
mamba clean --all -f -y && \
56
53
fix-permissions "${CONDA_DIR}" && \
Original file line number Diff line number Diff line change 81
81
"openssl" ,
82
82
"protobuf" ,
83
83
"python" ,
84
- "r-parsnip<1.3.0" ,
85
- "r-recipes<1.1.1" ,
86
84
"r-irkernel" ,
87
85
"unixodbc" ,
88
86
]
You can’t perform that action at this time.
0 commit comments