Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .github/workflows/build-fastparquet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,10 @@ jobs:
path: python-wheels
persist-credentials: false

# 2026.5.0 needs the numpy 2.5 compat backport; 2026.9.0 ships it, so
# later versions may have no patches/ directory at all.
- name: Patch fastparquet source
if: hashFiles(format('python-wheels/patches/fastparquet/{0}/*.patch', env.FASTPARQUET_VERSION)) != ''
run: git apply python-wheels/patches/fastparquet/${{ env.FASTPARQUET_VERSION }}/*.patch

- name: Build wheels
Expand All @@ -86,7 +89,7 @@ jobs:
only: ${{ matrix.python }}-manylinux_riscv64
env:
CIBW_MANYLINUX_RISCV64_IMAGE: ${{ env.MANYLINUX_RISCV64_IMAGE }}
# The patch dirties the checkout, so setuptools_scm would derive
# A patch dirties the checkout, so setuptools_scm would derive
# 2026.5.1.dev0 from `git describe` instead of the tag.
CIBW_ENVIRONMENT: SETUPTOOLS_SCM_PRETEND_VERSION_FOR_FASTPARQUET=${{ env.FASTPARQUET_VERSION }} PIP_EXTRA_INDEX_URL=https://pypi.riseproject.dev/simple/
# pandas and cramjam are newer on PyPI than the riscv64 wheels we ship;
Expand Down
1 change: 1 addition & 0 deletions docs/packages/fastparquet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ versions:
- filename: fastparquet-2026.5.0-cp314-cp314t-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl
sha256: d8194f48e5bc7c35f8e6872ef51aed5eebf900841c82ce1299da8002e95309e4
requires-python: '>=3.10'
- version: 2026.9.0
Loading