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
We're currently pinning holoviews to a very specific version in pyproject.toml. It appears this breaks compatibility with hvplot and relaxing the pin makes it work now. We should update the requirements.
At the same time it might make sense to add an all-nogpu requirement spec that doesn't have cupy.
The text was updated successfully, but these errors were encountered:
This seems to be closely related to (but probably not an exact duplicate) of #158. I am going to close this as duplicate and consolidate discussion under the associated PR #177
We're currently pinning holoviews to a very specific version in
pyproject.toml
. It appears this breaks compatibility withhvplot
and relaxing the pin makes it work now. We should update the requirements.At the same time it might make sense to add an
all-nogpu
requirement spec that doesn't have cupy.The text was updated successfully, but these errors were encountered: