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
Hi Denis,
Primarily for compatibility reasons as a future version could be incompatible, but in fact, we have a CI that tests every commit we do so this can be changed to >=
Is it a problem for you?
Thank you for your prompt reply, @Dubrzr!
It is just interesting, why is it different for example for numpy? I wondering what happens if a different package depends on a newer version of scipy. While installing wfdb-python, the newest version of scipy has been removed. So, it would break/remove other packages that need it. I think it would be great to have >= for all dependencies. Does scipy has some APIs that you rely on, but can be changed in future releases?
From
setup.py
file:Why do you restrict the version of
scipy
to be0.19.0
? Is there any reasons why it wouldn't work with a newer version? Or is it just a typo?The text was updated successfully, but these errors were encountered: