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
{{ message }}
This repository has been archived by the owner on Jan 6, 2021. It is now read-only.
This is probably not critical for this tutorial, but I noticed that the current environment was pulling matplotlib instead of matplotlib-base which causes many more dependencies to be fetched such as qt.
This is probably due to matplotlib being a a second-order dependency of a rapidsai recipe, which should probably be fixed.
The text was updated successfully, but these errors were encountered:
I didn't see MPL specified in any of the immediate cu* recipes, but Holoviews seems to specify in bare matplotlib in it's setup.py (which then drives the conda recipe requirements):
There is an existing issue about this in HoloViews. The issue is that the default conda channel does not ship a python2 matplotlib-base so my initial attempt at switching to matplotlib-base was unsuccessful. We are way overdue dropping py2, but I'd love a workaround in the meantime.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This is probably not critical for this tutorial, but I noticed that the current environment was pulling
matplotlib
instead ofmatplotlib-base
which causes many more dependencies to be fetched such asqt
.This is probably due to matplotlib being a a second-order dependency of a rapidsai recipe, which should probably be fixed.
The text was updated successfully, but these errors were encountered: