Skip to content

Commit 243df0d

Browse files
committed
Pin jupyter_server to avoid nbdime authentication issue
1 parent 3012854 commit 243df0d

File tree

2 files changed

+5
-12
lines changed

2 files changed

+5
-12
lines changed

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ inline = "matplotlib_inline.backend_inline"
4545
[project.optional-dependencies]
4646
test = [
4747
"flake8",
48+
"jupyter_server<2.12.6", # Until https://github.com/jupyter/nbdime/issues/749 is fixed.
4849
"matplotlib",
4950
"nbdime",
5051
"nbval",

0 commit comments

Comments
 (0)