Skip to content

Commit

Permalink
CI: fix doc building
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
DimitriPapadopoulos committed Apr 22, 2023
1 parent 2ccd4f3 commit 296a407
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ doc = [
"sphinx >=2.2, !=5.1.0",
"numpydoc",
"sphinx_rtd_theme",
"myst_nb",
"myst_nb!=0.17.2",
"jupytext",
]
plotting = ["graphviz"]
Expand Down

0 comments on commit 296a407

Please sign in to comment.