CI: Jupyter version pinned for building examples
This commit is contained in:
parent
e0ddfb85bb
commit
9c866e5d6b
|
|
@ -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]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue