diff --git a/pyproject.toml b/pyproject.toml index d1cb8e61..e86932ef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -61,7 +61,7 @@ pytest = "^7.3.1" pytest-benchmark = "*" [tool.poetry.group.docs.dependencies] -myst-nb = "^0.17.0" +myst-nb = ">=0.17,<1.1" sphinx-rtd-theme = "^1.2.0" sphinx-autodoc-typehints = "^1.23.0" sphinx-autodocgen = "^1.3" @@ -81,7 +81,7 @@ liccheck = "^0.9.1" pandas-stubs = "<3" [tool.poetry.group.notebooks.dependencies] -myst-nb = "^0.17.0" +myst-nb = ">=0.17,<1.1" sphinx-rtd-theme = "^1.2.0" sphinx-autodoc-typehints = "^1.23.0" sphinx-autodocgen = "^1.3"