From 95f16ed793b41da9e8be87c13998d76e3c2bee92 Mon Sep 17 00:00:00 2001 From: xianzuyang9-blip Date: Tue, 9 Jun 2026 11:01:13 +0800 Subject: [PATCH] fix: declare scipy runtime dependency --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2d36dbba..7d79f584 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,6 +20,7 @@ dependencies = [ "jsonschema", "antlr4-python3-runtime==4.13.1", "pydantic>=2.10", + "scipy", ] license = "MIT" authors = [ @@ -38,7 +39,6 @@ tests = [ "pysb", "pytest", "pytest-cov", - "scipy", ] quality = [ "pre-commit",