Skip to content

Commit fd1ca40

Browse files
authored
Pin jupyterbook
Specify a version constraint for jupyter-book in optional dependencies.
1 parent c73c261 commit fd1ca40

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
@@ -14,7 +14,7 @@ dependencies = ["fenics-dolfinx>=0.10.0"]
1414
[project.optional-dependencies]
1515
test = ["pytest", "sympy"]
1616
dev = ["pdbpp", "ipython", "mypy", "ruff"]
17-
docs = ["jupyter-book", "jupytext", "sphinx-codeautolink"]
17+
docs = ["jupyter-book<2.0", "jupytext", "sphinx-codeautolink"]
1818
jupyter = ["trame_jupyter_extension", "trame", "pyvista[all]>=0.45.0"]
1919
all = [
2020
"fenicsx_ii[test]",

0 commit comments

Comments
 (0)