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
When installing dependencies in frontend, I encountered the following error: ImportError: cannot import name 'triu' from 'scipy.linalg'.
This seems to be due to the scipy version being 1.13. When I specified scipy = '1.12.0' in pyproject.toml the error is resolved.
The text was updated successfully, but these errors were encountered:
When installing dependencies in frontend, I encountered the following error:
ImportError: cannot import name 'triu' from 'scipy.linalg'
.This seems to be due to the scipy version being 1.13. When I specified
scipy = '1.12.0'
inpyproject.toml
the error is resolved.The text was updated successfully, but these errors were encountered: