We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1d2aa8 commit bcac255Copy full SHA for bcac255
pyproject.toml
@@ -45,11 +45,13 @@ dependencies = [
45
"dask",
46
#"dask==2022.10.0",
47
#"dask==2023.12.1", # TODO need a version compatible with 3.8
48
- "distributed",
+ "distributed"
49
]
50
51
[project.optional-dependencies]
52
-docs = ["sphinx", "sphinx_rtd_theme"]
+# sphinx for making docs locally; matplotlib because some of the
53
+# examples generate figures.
54
+docs = ["sphinx", "sphinx_rtd_theme", "matplotlib"]
55
56
[project.scripts]
57
"ips.py" = "ipsframework.ips:main"
0 commit comments