-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ImportError: cannot import name 'gaussian' from 'scipy.signal' #1354
Comments
pin scipy until arviz publishes their next release? |
Can be done, yes. But I'd only do that for CI jobs then, not in setup.cfg. That latter would be annoying for people who are not even using arviz. |
On second thought: arviz isn't used anywhere in pypesto except for this type annotation?!? pyPESTO/pypesto/sample/pymc.py Line 118 in 82b7d5d
EDIT: removing it there won't help, since it's still imported via pymc. |
This reverts commit 5879755. The most recent arviz should now work with the most recent scipy: https://github.com/arviz-devs/arviz/blob/main/CHANGELOG.md#maintenance-and-fixes-1 Closes ICB-DCM#1354
) The most recent arviz should now work with the most recent scipy (but requires python>=3.10): https://github.com/arviz-devs/arviz/blob/main/CHANGELOG.md#maintenance-and-fixes-1 Closes #1354
Closed with #1376 |
e.g., https://github.com/ICB-DCM/pyPESTO/actions/runs/8534329173:
Related to the recent scipy release
See also arviz-devs/arviz#2330
Nothing to be fixed in pypesto, but I guess others will run into this issue too...
The text was updated successfully, but these errors were encountered: