Skip to content

Commit cb04b18

Browse files
author
Carlos Pascual
committed
Restrict nbdime dependency to <4 to workaround chrisjsewell#59
Workaround for chrisjsewell#59
1 parent 4136098 commit cb04b18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ dependencies = [
3131
"importlib-metadata~=6.0;python_version<'3.10'",
3232
"importlib-resources~=5.0;python_version<'3.9'",
3333
"nbclient~=0.5.10",
34-
"nbdime",
34+
"nbdime<4",
3535
"nbformat",
3636
"jsonschema",
3737
]

0 commit comments

Comments
 (0)