From 83fb07b092d7f370943a7e7963843e020b5387c6 Mon Sep 17 00:00:00 2001 From: nstarman Date: Wed, 11 Dec 2024 11:20:38 -0500 Subject: [PATCH] ci: transitive dependency for scipy Signed-off-by: nstarman --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index dfa8966..e82aaa0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -179,6 +179,7 @@ [tool.uv] constraint-dependencies = [ - "pyparsing>=3.0.0", "bleach>6.0", + "pyparsing>=3.0.0", + "scipy>=1.13", ]