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
Something in either the conda environment or numpy is causing scipy to update to 1.9.0. It currently breaks on M1 Macbooks since a dependency "Meson" needs OpenBlas to be linked, which isn't currently done correctly on M1/M2 architectures.
To Reproduce
Checkout the main branch.
Run poetry install. It should fail when updating Scipy.
Screenshots
Desktop (please complete the following information):
Describe the bug
Something in either the conda environment or numpy is causing
scipy
to update to 1.9.0. It currently breaks on M1 Macbooks since a dependency "Meson" needs OpenBlas to be linked, which isn't currently done correctly on M1/M2 architectures.To Reproduce
main
branch.poetry install
. It should fail when updating Scipy.Screenshots
Desktop (please complete the following information):
Additional context
Current discussions for fixes are below in Scipy.
scipy/scipy#16308
The text was updated successfully, but these errors were encountered: