diff --git a/pyproject.toml b/pyproject.toml index eef301b8..bf1cc188 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ content-type = "text/markdown" [project.optional-dependencies] dev = ["nox", "pre-commit", "mypy"] -test = ["pytest", "pytest-playwright", "jupyterlab<4", "solara[pytest]"] +test = ["pytest", "pytest-playwright", "ipython<8.22.2", "jupyterlab<4", "solara[pytest]"] doc = ["sphinx<7", "jupyter-sphinx", "ipykernel", "pydata-sphinx-theme"] [tool.setuptools]