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
# 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
24
-
# TODO: remove this once scikit-learn 1.4.x or beyond releases and is incorporated into jupyter/scipy-notebook
25
-
RUN pip install -U git+https://github.com/scikit-learn/scikit-learn.git@main
26
-
27
-
# install plotly for 3d figures
28
-
RUN pip install plotly
29
-
30
16
# disable warnings that pollute build logs; seems to be related to the update to python 3.11
0 commit comments