From 4f617a73cc1fec608f82cd3641fe77289641caaa Mon Sep 17 00:00:00 2001 From: Irv Lustig Date: Thu, 24 Jul 2025 12:14:39 -0400 Subject: [PATCH] unpin scipy since statsmodels was fixed (#61933) (cherry picked from commit e72c8a1e0ad421c1b8a7b918d995f24bed595cc3) --- ci/deps/actions-311-downstream_compat.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/ci/deps/actions-311-downstream_compat.yaml b/ci/deps/actions-311-downstream_compat.yaml index 47ede901b6904..3d22da5a91fdc 100644 --- a/ci/deps/actions-311-downstream_compat.yaml +++ b/ci/deps/actions-311-downstream_compat.yaml @@ -50,9 +50,8 @@ dependencies: - pytables>=3.8.0 - python-calamine>=0.1.7 - pyxlsb>=1.0.10 - - s3fs>=2022.11.0 - # TEMP upper pin for scipy (https://github.com/statsmodels/statsmodels/issues/9584) - - scipy>=1.10.0,<1.16 + - s3fs>=2023.12.2 + - scipy>=1.12.0 - sqlalchemy>=2.0.0 - tabulate>=0.9.0 - xarray>=2022.12.0, <=2024.9.0