From 3baf7a95f746b6e96084f86f11757fb85ee0ad33 Mon Sep 17 00:00:00 2001 From: Lucas Colley Date: Fri, 27 Feb 2026 17:21:19 +0000 Subject: [PATCH 1/2] Revert "deps: Update dependency scipy to >=1.17.0,<2 (#635)" This reverts commit d83e7ccb37c515715a4b05789d204260dcf9e751. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f31cb345..7fd43ff1 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.17.0,<2" +scipy = ">=1.15.2,<2" [tool.pixi.feature.tests.tasks] tests = { cmd = "pytest -v", description = "Run tests" } From 4d992e34e1528fc0c3d295cb05af9230ef144e9a Mon Sep 17 00:00:00 2001 From: Lucas Colley Date: Fri, 27 Feb 2026 17:25:44 +0000 Subject: [PATCH 2/2] DEV: turn off renovate for SciPy --- renovate.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/renovate.json b/renovate.json index 67a22ccb..60c59541 100644 --- a/renovate.json +++ b/renovate.json @@ -31,6 +31,12 @@ "matchUpdateTypes": ["major", "minor"], "matchPackageNames": ["numpy", "sphinx", "sphinx-autodoc-typehints"], "enabled": false + }, { + "description": "Block updating SciPy (bump manually alongside sklearn)", + "matchManagers": ["pixi"], + "matchUpdateTypes": ["major", "minor"], + "matchPackageNames": ["scipy"], + "enabled": false }, { "description": "Group Dask packages.", "matchPackageNames": ["dask", "dask-core"],