diff --git a/pyproject.toml b/pyproject.toml index 623951e6..4b8c2672 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ requires-python = ">=3.9,<3.13" dependencies = [ "aeon>=0.11.0,<1.0.0", "tsml>=0.4.0,<0.5.0", - "scikit-learn>=1.0.0,<1.5.0", + "scikit-learn>=1.0.0,<1.6.0", "matplotlib", "gpustat", "psutil", @@ -79,7 +79,7 @@ binder = [ "jupyterlab", ] docs = [ - "sphinx<8.1.0", + "sphinx<8.2.0", "sphinx-design", "sphinx-version-warning", "sphinx_issues",