Skip to content

Commit 57e3578

Browse files
committed
Add altair to notebook dependencies
1 parent f434bc6 commit 57e3578

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ classifiers = [
4949
[project.optional-dependencies]
5050
docs = ["sphinx>=7.0.0", "alabaster", "myst-parser", "myst-parser[linkify]"]
5151
test = ["pytest>=7.2", "pytest-ordering", "pytest-cov"]
52-
notebooks = ["jupyterlab", "pandas", "treon"]
52+
notebooks = ["jupyterlab", "pandas", "treon", "altair"]
5353
check = ["undate[docs]", "undate[notebooks]", "mypy", "ruff"]
5454
dev = [
5555
"pre-commit>=2.20.0",

0 commit comments

Comments
 (0)