Skip to content

Commit 6f04522

Browse files
Update jupyter-book requirement from ~=1.0 to >=1,<3
Updates the requirements on [jupyter-book](https://github.com/jupyter-book/jupyter-book) to permit the latest version. - [Release notes](https://github.com/jupyter-book/jupyter-book/releases) - [Commits](jupyter-book/jupyter-book@v1.0.0...v2.1.4) --- updated-dependencies: - dependency-name: jupyter-book dependency-version: 2.1.4 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d0d6df1 commit 6f04522

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ dependencies = [
4747

4848
[project.optional-dependencies]
4949
docs = [
50-
"jupyter-book~=1.0",
50+
"jupyter-book>=1,<3",
5151
"sphinx-book-theme",
5252
"sphinx-autodoc-typehints",
5353
"sphinxcontrib-autoyaml",

0 commit comments

Comments
 (0)