Skip to content

Commit 0a798b9

Browse files
authored
Merge branch '2.3.x' into ci/39
2 parents 22da4c7 + 5d32ae9 commit 0a798b9

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ jobs:
9595
- [ubuntu-22.04, manylinux_x86_64]
9696
- [ubuntu-22.04, musllinux_x86_64]
9797
- [ubuntu-24.04-arm, manylinux_aarch64]
98+
- [ubuntu-24.04-arm, musllinux_aarch64]
9899
- [macos-13, macosx_x86_64]
99100
# Note: M1 images on Github Actions start from macOS 14
100101
- [macos-14, macosx_arm64]

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)