From c06b2364dd22c27d54a744649af979be668651ff Mon Sep 17 00:00:00 2001 From: Ludovico Bianchi Date: Fri, 9 Feb 2024 16:28:24 -0600 Subject: [PATCH] Try updating requirements for nbmake and jupyter-book --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b93dcfd8..49e06490 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -68,11 +68,11 @@ testing = [ # pytest reporting "pytest-reportlog ~= 0.1.2", "nbclient", - "nbmake", + "nbmake == 1.5.*", ] # dependencies for building documentation docs = [ - "jupyter-book ~= 0.13.1", + "jupyter-book ~= 0.15.0", # "jupyter-cache ~= 0.4.3", "jupyter-cache", # the older version of nbmake goes with the older