Skip to content

Commit 4a0f71b

Browse files
authored
pyproject.toml: Add viz to docs dependencies
To built the visualization tutorial, the viz requirement are needed, so these are added to the docs extra.
1 parent afd3959 commit 4a0f71b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ examples = [
7070
"scipy",
7171
]
7272
docs = [
73+
"mesa[viz]",
7374
"sphinx",
7475
"ipython",
7576
"pydata_sphinx_theme",

0 commit comments

Comments
 (0)