We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0621b5f + 3543640 commit ae583fdCopy full SHA for ae583fd
2 files changed
.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