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