Conversation
luhenry
added a commit
that referenced
this pull request
Sep 7, 2026
pandas 3.0.5 is on PyPI without a riscv64 wheel yet, so unconstrained pip resolution picks its sdist and fails to build it (no meson-python in the test virtualenv). PIP_ONLY_BINARY=numpy,pandas keeps resolution on the newest version that has a riscv64 wheel on our registry.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
ta-lib0.7.1Compiles a Cython wrapper (
talib._ta_lib) around the TA-Lib C library, which the build fetches and compiles from source at build time. Upstream publishes no riscv64 wheel.Mirrors upstream's
wheels.ymlLinux job.Differs from upstream
CIBW_SKIPexcludes them too..tar.gzinstead of.zip- avoids an extraunzipdependency.Matrix: cp312/cp313/cp314 (no cp314t; see above).
Testing
polars/maturinand ignorestests/test_polars.py- no riscv64 polars wheel exists to install.PIP_ONLY_BINARY=numpy,pandas- unconstrained resolution picked pandas' latest sdist-only release.License: Wheel bundles the TA-Lib C library (BSD-3-Clause); upstream's
license-fileslist doesn't cover it, so the build widens it and drops the library'sLICENSEalongside ta-lib-python's own.Patches
0001-Widen-license-files-to-cover-the-vendored-TA-Lib-C-license.patch- Upstream-Status: To upstream. Without it the wheel ships only ta-lib-python's own LICENSE, missing the vendored C library's notice. Reproduces on any arch.Built on cp312/cp313/cp314-manylinux_riscv64; 39 passed, 3 deselected on each.