Skip to content

Commit f7b57fa

Browse files
remove altair update in favour of >= pin in dockerfile
1 parent b555dc3 commit f7b57fa

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@ RUN pip install jupyter-book
2020
# Pinning pandas until altair 5.1.2 to avoid future warning https://github.com/altair-viz/altair/issues/3181
2121
RUN pip install numpy jinja2 pandas"<2.1" altair">=5.1.1" "vegafusion[embed]" vl-convert-python">=0.13" click ibis-framework ghp-import jupytext nodejs
2222

23-
# Update altair to >= 5.1.1 get a png rendering in PDF build
24-
RUN pip install --upgrade altair
25-
2623
# forces scikit-learn to grab latest to avoid bug in 1.3.0 related to checking for c-contiguity breaking figures in classification 2. See https://github.com/scikit-learn/scikit-learn/pull/26772
2724
# TODO: remove this once scikit-learn 1.4.x or beyond releases and is incorporated into jupyter/scipy-notebook
2825
RUN pip install -U git+https://github.com/scikit-learn/scikit-learn.git@main

0 commit comments

Comments
 (0)