From 1246d39c25f63d382094992d72294bfe218a6605 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Feb 2026 17:17:18 +0000 Subject: [PATCH] deps: Update dependency scipy to >=1.17.0,<2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7fd43ff1..f31cb345 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -134,7 +134,7 @@ pytest-cov = ">=7.0.0" hypothesis = ">=6.151.2" array-api-strict = ">=2.4.1,<2.5" numpy = ">=1.22.0" -scipy = ">=1.15.2,<2" +scipy = ">=1.17.0,<2" [tool.pixi.feature.tests.tasks] tests = { cmd = "pytest -v", description = "Run tests" }