We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0621b5f commit 3543640Copy full SHA for 3543640
.github/workflows/build-wheels.yml
@@ -24,7 +24,7 @@ jobs:
24
os: ubuntu-latest
25
python_impl: Pyodide
26
env:
27
- BUILD_COMMIT: "v0.14.3" # or a specific version, e.g., v0.13.1
+ BUILD_COMMIT: "v0.14.4" # or a specific version, e.g., v0.13.1
28
CIBW_BUILD: ${{ matrix.python }}-*
29
CIBW_ARCHS_LINUX: "x86_64 aarch64"
30
# No support for pypy, musl, Win32 for 3.10+
statsmodels
0 commit comments