From 7627e1120436e9a8560bbdc56e35e1a93d1d8c95 Mon Sep 17 00:00:00 2001 From: "ryan.danehy@pnnl.gov" Date: Tue, 13 Aug 2024 11:55:57 -0700 Subject: [PATCH] Testing --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 34de4f2e..709e68ae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,8 +29,7 @@ scikit-learn = ">=1.4.2" celluloid = ">=0.2.0" igraph = ">=0.11.4" decorator = ">=5.1.1" -scipy = "1.13.1" -numpy = "1.26.4" +scipy = ">=1.13" [tool.poetry.group.widget]