diff --git a/pyproject.toml b/pyproject.toml index 4c82f1bb..c87e9353 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ dependencies = [ [project.optional-dependencies] docs = [ - "jupyter-book~=1.0", + "jupyter-book>=1,<3", "sphinx-book-theme", "sphinx-autodoc-typehints", "sphinxcontrib-autoyaml",