You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe there is a bug in the scipy version that this package requires. When I try to use import the package I get the following error:
from tsbootstrap import MovingBlockBootstrap
ImportError: cannot import name 'gaussian' from 'scipy.signal'
Downgrading to scipy 1.10 removes the error but I receive an incompatibility issue from pip:
tsbootstrap 0.1.5 requires scipy<1.14.0,>=1.13, but you have scipy 1.10.0 which is incompatible.
The functionality I need from tsbootstrap still works with the downgraded scipy, but I cannot include tsbootstrap in my package if the scipy version it requires is broken.
The text was updated successfully, but these errors were encountered:
I believe there is a bug in the scipy version that this package requires. When I try to use import the package I get the following error:
Downgrading to scipy 1.10 removes the error but I receive an incompatibility issue from pip:
tsbootstrap 0.1.5 requires scipy<1.14.0,>=1.13, but you have scipy 1.10.0 which is incompatible.
The functionality I need from tsbootstrap still works with the downgraded scipy, but I cannot include tsbootstrap in my package if the scipy version it requires is broken.
The text was updated successfully, but these errors were encountered: