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",
"pandas",
"matplotlib",
"ipykernel",
"jupyter",
"nbconvert",
"notedown"
"ipykernel==6.29",
"jupyter==1.1",
"nbconvert==7.16",
"notedown==1.5"
]
[tool.mypy]