From 2293bd861f5b3aca1e89948f2b14c67ccbbc16d3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 20 Sep 2026 02:35:59 +0000 Subject: [PATCH] fix(deps): update dependency scipy to >=1.18.1,<2 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ef3407b4..2a0f2552 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ dependencies = [ "anthropic>=0.39,<1", "openai>=1.66,<3", "tiktoken>=0.7,<1", - "scipy>=1.11,<2", + "scipy>=1.18.1,<2", "rich>=13.7,<14", "jinja2>=3.1,<4", "docker-image-py>=0.2,<0.3", @@ -50,7 +50,7 @@ dev = [ "types-PyYAML>=6.0,<7", "types-requests>=2.31,<3", "scipy-stubs>=1.11,<2", - "scipy>=1.11,<2", + "scipy>=1.18.1,<2", # Needed by tests/test_release_gate.py::test_build_and_stage_real_wheel # which shells out to ``python -m build --wheel`` to verify the wheel # produced at release time is installable and version-consistent.