Open luator opened 5 months ago
I wonder how many such issues are getting opened today all over the internet :D
As a first step, it might be helpful to enable and fix the "NPY" warnings of ruff. When I enable them, I see the word "legacy" a lot, so fixing them might help with 2.0-compatibility.
NumPy 2.0 got released! Unfortunately, this causes several compatibility issues. For now #110 restricts the dependency to
numpy<2
, but it would be nice if we could resolve the issues so that we can remove that restriction again.