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

Loosen numpy requirement #658

Closed
veenstrajelmer opened this issue Jul 4, 2024 · 0 comments · Fixed by #659
Closed

Loosen numpy requirement #658

veenstrajelmer opened this issue Jul 4, 2024 · 0 comments · Fixed by #659

Comments

@veenstrajelmer
Copy link
Collaborator

veenstrajelmer commented Jul 4, 2024

Is your feature request related to a problem? Please describe.
Numpy was set to ^1.26 for py3.12 in #599, but this is the most recent version and last 1-version, the next one is 2.0.0. This seems to be too tight.

Describe the solution you'd like
Loosen the numpy requirement to the oldest supported version, this is 1.24 according to https://endoflife.date/numpy

However, this version does not work, poetry complains: "Note: This error originates from the build backend, and is likely not a problem with poetry but with numpy (1.24.4) not supporting PEP 517 builds. You can verify this by running 'pip wheel --no-cache-dir --use-pep517 "numpy (==1.24.4)"'."

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant