From 7d57db1680fdb3199a11b7c2ac73e04a37910e85 Mon Sep 17 00:00:00 2001 From: Milo Banks Date: Wed, 18 Sep 2024 00:10:58 -0600 Subject: [PATCH] [pyproj] must depend on --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 15b031f..be7c427 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ classifiers = [ [project.optional-dependencies] test = ["pytest"] -doc = ["nbformat", "nbclient", "jupyter"] +doc = ["nbformat", "nbclient", "jupyter", "epiworldpy[viz]"] viz = ["ipympl>=0.8", "matplotlib>=3.5.0", "networkx>=3.0", "scipy>=1.0"] [tool.scikit-build]