From fcd842abdddc7a68e78d1917b863b2d7c71dbc96 Mon Sep 17 00:00:00 2001 From: Tom White Date: Tue, 24 Jun 2025 09:47:53 +0100 Subject: [PATCH] Pin scipy < 1.16 to avoid https://github.com/statsmodels/statsmodels/issues/9584 --- pyproject.toml | 2 +- requirements-numpy1.txt | 2 +- requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 982302121..eb3a10384 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ dependencies = [ "xarray < 2025.03.1", "dask[array,dataframe] >= 2022.01.0, <= 2024.8.0", "distributed >= 2022.01.0, <= 2024.8.0", - "scipy", + "scipy < 1.16", "zarr >= 2.10.0, != 2.11.0, != 2.11.1, != 2.11.2, < 3", "numba", "typing-extensions", diff --git a/requirements-numpy1.txt b/requirements-numpy1.txt index 71b57dbbf..1b093dc6d 100644 --- a/requirements-numpy1.txt +++ b/requirements-numpy1.txt @@ -2,7 +2,7 @@ numpy < 2 xarray < 2025.03.1 dask[array,dataframe] >= 2023.01.0, <= 2024.8.0 distributed >= 2023.01.0, <= 2024.8.0 -scipy +scipy < 1.16 typing-extensions numba zarr >= 2.10.0, != 2.11.0, != 2.11.1, != 2.11.2, < 3 diff --git a/requirements.txt b/requirements.txt index c07f7f6b2..6e87fc554 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ numpy < 2.2 xarray < 2025.03.1 dask[array,dataframe] >= 2023.01.0, <= 2024.8.0 distributed >= 2023.01.0, <= 2024.8.0 -scipy +scipy < 1.16 typing-extensions numba zarr >= 2.10.0, != 2.11.0, != 2.11.1, != 2.11.2, < 3