Skip to content
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.

Build failure on macOS arm64 due to old requirements #116

Open
jpgoldberg opened this issue Mar 2, 2023 · 0 comments
Open

Build failure on macOS arm64 due to old requirements #116

jpgoldberg opened this issue Mar 2, 2023 · 0 comments

Comments

@jpgoldberg
Copy link

It appears that requirements of older versions of numpy, scipy, and pandas on macOS with Apple Silicon (arm64) are leading to build failures because numpy 1.19.1 doesn't build on Apple Silicon.

There appears to be a similar problem with matplotlib 3.3.1.

If I install the latest versions of these (and remove the older versions from the requirements file) I can successfully build.

"Latest" at time of writing is

matplotlib 3.7.0
numpy 1.24.2
pandas 1.5.3
scipy 1.10.1

Unless there is some reason not to, I would like to see a refresh of requirements.txt to include more up-to-date versions of everything (as long as such updates don't break anything).

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant