You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.
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.
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).
The text was updated successfully, but these errors were encountered:
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).The text was updated successfully, but these errors were encountered: