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",