diff --git a/pyproject.toml b/pyproject.toml index fc08fcc27..111a4bde5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ tests = [ "joblib==1.3.2", "pandas==2.1.1", "openpyxl==3.1.2", - "scikit-learn==1.3.0", + "scikit-learn==1.3.1", "pytest-xdist==3.3.1", "ipython==8.16.1", ] @@ -64,7 +64,7 @@ doc = [ "nbsphinx==0.9.3", "ipywidgets==8.1.1", "joblib==1.3.2", - "scikit-learn==1.3.0", + "scikit-learn==1.3.1", "ipython==8.16.1", "jupyterlab==4.0.6", "sphinx-jinja==2.0.2",