From cb04b18ac2e2b77829b70a1864470b41e9ef271c Mon Sep 17 00:00:00 2001 From: Carlos Pascual <> Date: Tue, 21 Nov 2023 18:27:03 +0100 Subject: [PATCH] Restrict nbdime dependency to <4 to workaround #59 Workaround for #59 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 951ce21..5a3a014 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ dependencies = [ "importlib-metadata~=6.0;python_version<'3.10'", "importlib-resources~=5.0;python_version<'3.9'", "nbclient~=0.5.10", - "nbdime", + "nbdime<4", "nbformat", "jsonschema", ]