Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pin numpy version to avoid segmentation fault #247

Open
montanarograziano opened this issue Jun 29, 2024 · 0 comments
Open

Pin numpy version to avoid segmentation fault #247

montanarograziano opened this issue Jun 29, 2024 · 0 comments

Comments

@montanarograziano
Copy link

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant