wonambi
wonambi copied to clipboard
An import breaks down with newest scipy versions
On December 11, 2023, a change was made in scipy that (as far as I understand it) removes the already deprecated import redirect of tukey
from scipy.signal
to scipy.signal.windows
(see the diff). This means that the import of tukey
in C:\[...]\site-packages\wonambi\detect\spindle.py
breaks down with the newest versions of scipy (>= 12.0.1).