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
Drop `from sklearn.utils.fixes import np_version`
The specification for `np_version` changed in `scikit-learn`,
leading to an error when tests ran.
However, the test was whether the `numpy` version was less than
`1.7.0`, which is outside the minimum version specified in
`setup.py` and `requirements.txt`
0 commit comments