Skip to content

Commit 6eaa0f5

Browse files
get new altair in dockerfile
1 parent f98b29f commit 6eaa0f5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ RUN pip install referencing
1919
RUN pip install jupyter-book
2020
RUN pip install numpy jinja2 altair_data_server vl-convert-python click ibis-framework ghp-import jupytext nodejs
2121

22+
# Update altair to >= 5.1.1 get a png rendering in PDF build
23+
RUN pip install --upgrade altair
24+
2225
# 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
2326
# TODO: remove this once scikit-learn 1.4.x or beyond releases and is incorporated into jupyter/scipy-notebook
2427
RUN pip install -U git+https://github.com/scikit-learn/scikit-learn.git@main

0 commit comments

Comments
 (0)