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

numpy<1.26 requirement breaks python 3.12 compatibility #3

Closed
chrisbennight opened this issue Jun 8, 2024 · 1 comment
Closed

numpy<1.26 requirement breaks python 3.12 compatibility #3

chrisbennight opened this issue Jun 8, 2024 · 1 comment

Comments

@chrisbennight
Copy link

numpy<1.26 is in the requirements.txt, but numpy requires version >= 1.26 to work on python 3.12 - ref: numpy/numpy#23808 (comment)

does something here break with numpy >= 1.26, or was this just a defensive version comstraint?

@synesthesiam
Copy link
Contributor

Defensive. At the time, 1.26 was out but the wheels weren't available for arm32 yet so it was forcing devices to build numpy from source.
It looks like 1.26 is supported now, so the requirements can be bumped to < 2.

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

2 participants