Skip to content

Commit bcac255

Browse files
committed
Added matplotlib as an *optional* dependency since now at least one example generates figures.
1 parent c1d2aa8 commit bcac255

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pyproject.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,13 @@ dependencies = [
4545
"dask",
4646
#"dask==2022.10.0",
4747
#"dask==2023.12.1", # TODO need a version compatible with 3.8
48-
"distributed",
48+
"distributed"
4949
]
5050

5151
[project.optional-dependencies]
52-
docs = ["sphinx", "sphinx_rtd_theme"]
52+
# sphinx for making docs locally; matplotlib because some of the
53+
# examples generate figures.
54+
docs = ["sphinx", "sphinx_rtd_theme", "matplotlib"]
5355

5456
[project.scripts]
5557
"ips.py" = "ipsframework.ips:main"

0 commit comments

Comments
 (0)