From 81b3c19862d512f1b84a582a227e013cbe36fc15 Mon Sep 17 00:00:00 2001 From: Max Ghenis Date: Sat, 25 Apr 2026 14:31:48 -0400 Subject: [PATCH] Pin Jupyter Book below 2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bd5ff13..3e86a38 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -79,7 +79,7 @@ benchmark = [ "seaborn>=0.12", ] docs = [ - "jupyter-book>=0.15", + "jupyter-book>=0.15,<2", "sphinx>=6.0", "myst-nb>=0.17", "sphinx-autodoc-typehints>=1.23",