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
Describe the bug
Related to #159.
As described in this polars issue, Numpy 2.0 is not supported and causes troubles. This should be fixed in the next Polars release, but until then Numpy version should be pinned, as it may cause troubles in development.
To Reproduce
Bug is probably not related only to plot_panel method.
data = pl.read_parquet("data/commodities.parquet")
plot_panel(y=y)
Desktop (please complete the following information):
OS: MacOs
Version Ventura
The text was updated successfully, but these errors were encountered:
Describe the bug
Related to #159.
As described in this polars issue, Numpy 2.0 is not supported and causes troubles. This should be fixed in the next Polars release, but until then Numpy version should be pinned, as it may cause troubles in development.
To Reproduce
Bug is probably not related only to
plot_panel
method.Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: