CI: Jupyter version pinned for building examples

This commit is contained in:
Nicolas Kruse 2026-07-14 10:19:31 +02:00
parent e0ddfb85bb
commit 9c866e5d6b
1 changed files with 4 additions and 4 deletions

View File

@ -50,10 +50,10 @@ doc_build = [
"myst-parser", "myst-parser",
"pandas", "pandas",
"matplotlib", "matplotlib",
"ipykernel", "ipykernel==6.29",
"jupyter", "jupyter==1.1",
"nbconvert", "nbconvert==7.16",
"notedown" "notedown==1.5"
] ]
[tool.mypy] [tool.mypy]