From f7b4604aa6fc5e1fc7afc410bc8bec53e88a0305 Mon Sep 17 00:00:00 2001 From: "Benjamin T. Vincent" Date: Thu, 27 Feb 2025 21:51:56 +0000 Subject: [PATCH] constrain version of myst-nb to avoid squashed images --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2195651e..5b3013bf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ docs = [ "ipykernel", "daft", "linkify-it-py", - "myst-nb!=1.1.0", + "myst-nb<=1.0.0", "pathlib", "sphinx", "sphinx-autodoc-typehints",