Skip to content

Commit a953821

Browse files
CI: fix doc building
We require SQLAlchemy < 1.4.0. However, jupyter_cache 0.6.0 relies on SQLAlchemy >= 1.4.0: executablebooks/jupyter-cache#93 Avoid pulling jupyter_cache 0.6.0 for now.
1 parent 2ccd4f3 commit a953821

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ doc = [
4141
"sphinx >=2.2, !=5.1.0",
4242
"numpydoc",
4343
"sphinx_rtd_theme",
44-
"myst_nb",
44+
"myst_nb!=0.17.2", # Avoids pulling in jupyter_cache 0.6.0 which relies on sqlalchemy>=1.4.0
4545
"jupytext",
4646
]
4747
plotting = ["graphviz"]

0 commit comments

Comments
 (0)