Skip to content

Commit 5bb8ffb

Browse files
ianthomas23martinRenou
authored andcommitted
Pin jupyter_server to avoid nbdime authentication issue
1 parent 364023f commit 5bb8ffb

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)