From 7052b37d3ffdc865401ac74e39e6c297539dfc89 Mon Sep 17 00:00:00 2001 From: Mario Buikhuizen Date: Wed, 13 Mar 2024 17:39:31 +0100 Subject: [PATCH] ci: fix voila secret error --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]