Skip to content
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

openap 1.3 is not compatible with scipy 1.13 (latest stable release) #24

Closed
nhuet opened this issue Apr 5, 2024 · 0 comments
Closed

Comments

@nhuet
Copy link

nhuet commented Apr 5, 2024

When trying to import openap, we get:

/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/openap/__init__.py:3: in <module>
    from .extra import filters
/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/openap/extra/filters.py:3: in <module>
    from scipy.signal import gaussian

It seems that gaussian must now be imported from scipy.signal.windows.

@junzis junzis closed this as completed Jun 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants