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
Fix Kagglehub test and Remove multiple version matplotlib files (#1441)
fixing main build.
- kagglehub login changes required updating our tests
- latest matplotlib is needed by handful of package, but breaks
learntools. i provided a workaround
# Stop Matplotlib printing junk to the console on first load
552
555
sed -i "s/^.*Matplotlib is building the font cache using fc-list.*$/# Warning removed by Kaggle/g" /opt/conda/lib/python3.10/site-packages/matplotlib/font_manager.py && \
0 commit comments