diff --git a/doc/changelog/906.maintenance.md b/doc/changelog/906.maintenance.md new file mode 100644 index 000000000..7b5f8053e --- /dev/null +++ b/doc/changelog/906.maintenance.md @@ -0,0 +1 @@ +Bump scikit-learn from 1.7.1 to 1.7.2 diff --git a/pyproject.toml b/pyproject.toml index 4876180ad..6ed4e7d56 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -61,7 +61,7 @@ tests = [ "joblib==1.5.2", "pandas==2.3.2", "openpyxl==3.1.5", - "scikit-learn==1.7.1", + "scikit-learn==1.7.2", "pytest-xdist==3.8.0", "ipython==8.37.0", "pyvista==0.46.3", @@ -90,7 +90,7 @@ doc = [ "ipywidgets==8.1.7", "joblib==1.5.2", - "scikit-learn==1.7.1", + "scikit-learn==1.7.2", "ipython==8.37.0", "jupyterlab==4.4.7", "sphinx-jinja==2.0.2",