You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Update altair to >= 5.1.1 get a png rendering in PDF build
23
+
RUN pip install --upgrade altair
24
+
22
25
# 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
23
26
# TODO: remove this once scikit-learn 1.4.x or beyond releases and is incorporated into jupyter/scipy-notebook
24
27
RUN pip install -U git+https://github.com/scikit-learn/scikit-learn.git@main
0 commit comments