pip searches for the library in the Python package index. Your version is newer than the newest one in there, so pip won’t update it.
You’ll have to reinstall from Git:
$ pip install git+git://github.com/scikit-learn/scikit-learn@main
pip searches for the library in the Python package index. Your version is newer than the newest one in there, so pip won’t update it.
You’ll have to reinstall from Git:
$ pip install git+git://github.com/scikit-learn/scikit-learn@main