From e9164c780e360221ea23a2dadfaa46450079b7bb Mon Sep 17 00:00:00 2001 From: "ryan.danehy@pnnl.gov" Date: Fri, 2 Aug 2024 17:24:06 -0700 Subject: [PATCH] scipi tag --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a90b158d..be33cee5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,8 +29,9 @@ scikit-learn = ">=1.4.2" celluloid = ">=0.2.0" igraph = ">=0.11.4" decorator = ">=5.1.1" -numpy = "1.26.4" scipy = "1.13.1" +numpy = "1.26.4" + [tool.poetry.group.widget] optional = true