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
Get a numpy version warning from scipy. Solution is either to upgrade scipy to the latest version (revert #100) or downgrade numpy (not the best idea).
The text was updated successfully, but these errors were encountered:
Wait confused, does scipy to latest not work? Looking at #100, gte means greather than or equal to, so it's just setting a minimum version. Why change that? It's now possible that scipy is below the required version
Get a
numpy
version warning fromscipy
. Solution is either to upgradescipy
to the latest version (revert #100) or downgradenumpy
(not the best idea).The text was updated successfully, but these errors were encountered: