Skip to content

Commit

Permalink
ci: fix voila secret error
Browse files Browse the repository at this point in the history
  • Loading branch information
mariobuikhuizen committed Mar 13, 2024
1 parent 1632c06 commit 5ff1e7b
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 @@ -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", "nbformat<5.10", "jupyterlab<4", "solara[pytest]"]
doc = ["sphinx<7", "jupyter-sphinx", "ipykernel", "pydata-sphinx-theme"]

[tool.setuptools]
Expand Down

0 comments on commit 5ff1e7b

Please sign in to comment.