Skip to content

Commit b40923b

Browse files
[backport 2.3.x] TST/CI: temporary upper pin for scipy in downstream tests for compat with statsmodels (#61750) (#61754)
TST/CI: temporary upper pin for scipy in downstream tests for compat with statsmodels (#61750)
1 parent 3c86d66 commit b40923b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ci/deps/actions-311-downstream_compat.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ dependencies:
5151
- python-calamine>=0.1.7
5252
- pyxlsb>=1.0.10
5353
- s3fs>=2022.11.0
54-
- scipy>=1.10.0
54+
# TEMP upper pin for scipy (https://github.com/statsmodels/statsmodels/issues/9584)
55+
- scipy>=1.10.0,<1.16
5556
- sqlalchemy>=2.0.0
5657
- tabulate>=0.9.0
5758
- xarray>=2022.12.0, <=2024.9.0

0 commit comments

Comments
 (0)