tawilkinson / boardgamebot

A Discord.py bot that fetches board game data
7 stars 0 forks source link

Update scikit-learn to 1.1.3 #159

Closed pyup-bot closed 1 year ago

pyup-bot commented 1 year ago

This PR updates scikit-learn from 1.1.2 to 1.1.3.

Changelog ### 1.1.3 ``` We're happy to announce the 1.1.3 release. This bugfix release only includes fixes for compatibility with the latest SciPy release >= 1.9.2 and wheels for Python 3.11. Note that support for 32-bit Python on Windows has been dropped in this release. This is due to the fact that SciPy 1.9.2 also dropped the support for that platform. Windows users are advised to install the 64-bit version of Python instead. You can see the changelog here: https://scikit-learn.org/dev/whats_new/v1.1.html#version-1-1-3 You can upgrade with pip as usual: pip install -U scikit-learn The conda-forge builds will be available shortly, which you can then install using: conda install -c conda-forge scikit-learn ```
Links - PyPI: https://pypi.org/project/scikit-learn - Changelog: https://pyup.io/changelogs/scikit-learn/ - Homepage: http://scikit-learn.org