Skip to content

Commit f35e025

Browse files
authored
add imageio (#199)
* Add pyvista to demo (#198) * add imageio
1 parent 0eb6e48 commit f35e025

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ dependencies = [
2424
]
2525

2626
[project.optional-dependencies]
27-
docs = ['jupyter-book', 'jupytext', "scipy", "sphinx-codeautolink", "pyvista"]
27+
docs = ['jupyter-book', 'jupytext', "scipy", "sphinx-codeautolink", "pyvista", "imageio"]
2828
lint = ["ruff", "mypy"]
2929
optional = ["numba"]
3030
test = ["pytest", "coverage", "scipy"]

0 commit comments

Comments
 (0)