From 52b4512266f05022aa5408f7d99f0e74a73b5f7b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2026 16:37:29 +0000 Subject: [PATCH] fix(deps): update dependency scipy-stubs to >=1.18.1.0,<2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ef3407b..4067bde 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ dev = [ "mypy>=1.10,<2", "types-PyYAML>=6.0,<7", "types-requests>=2.31,<3", - "scipy-stubs>=1.11,<2", + "scipy-stubs>=1.18.1.0,<2", "scipy>=1.11,<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