openap icon indicating copy to clipboard operation
openap copied to clipboard

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

Open nhuet opened this issue 3 months ago • 0 comments

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.

nhuet avatar Apr 05 '24 07:04 nhuet