Problem: There is a failure in test_transform.py::test_hankel for MacOS/Windows CI; when using scipy v1.9.0. Not sure what is causing it.
Currently a dirty workaround: In the MacOS/Windows-CI we exclude scipy!=1.9.0. If it will be resolved upstream, good. If not, it will resurface with any new SciPy version.
Also restricting currently flake8<5, due to incompatibility with pytest-flake8.
Problem: There is a failure in
test_transform.py::test_hankel
for MacOS/Windows CI; when usingscipy v1.9.0
. Not sure what is causing it.Currently a dirty workaround: In the MacOS/Windows-CI we exclude
scipy!=1.9.0
. If it will be resolved upstream, good. If not, it will resurface with any new SciPy version.Also restricting currently
flake8<5
, due to incompatibility withpytest-flake8
.