Skip to content

Conversation

@shanto12
Copy link

This change fixes issue #416 by updating the numpy version constraint from "^1.24.0" to ">=1.26.0".

The previous constraint (^1.24.0) locked numpy to 1.26.4 in poetry.lock, which doesn't have pre-built wheels for Windows ARM CPUs, causing installation failures.

By allowing numpy >=1.26.0, Poetry can now select newer ARM-compatible versions (like 1.26.4+ or 2.x) that have proper ARM support.

Fixes #416

This change fixes issue virattt#416 by updating the numpy version constraint from "^1.24.0" to ">=1.26.0".

The previous constraint (^1.24.0) locked numpy to 1.26.4 in poetry.lock, which doesn't have pre-built wheels for Windows ARM CPUs, causing installation failures.

By allowing numpy >=1.26.0, Poetry can now select newer ARM-compatible versions (like 1.26.4+ or 2.x) that have proper ARM support.

Fixes virattt#416
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

Successfully merging this pull request may close these issues.

Cannot install numpy==1.26.4 for ARM CPU

1 participant