Skip to content

Commit

Permalink
PyArrow~=17 (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcin-krystianc authored Jul 31, 2024
1 parent 86be8ae commit 42edea7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:
run: python -m cibuildwheel --output-dir dist
# to supply options, put them in 'env', like:
env:
CIBW_REPAIR_WHEEL_COMMAND_LINUX: auditwheel repair --exclude libarrow.so.1601 --exclude libparquet.so.1601 -w {dest_dir} {wheel}
CIBW_REPAIR_WHEEL_COMMAND_LINUX: auditwheel repair --exclude libarrow.so.1700 --exclude libparquet.so.1700 -w {dest_dir} {wheel}
CIBW_ENVIRONMENT: VCPKG_TARGET_TRIPLET="${{ steps.vcpkg-info.outputs.triplet }}"
CIBW_BUILD_VERBOSITY: 1
# We use manylinux_2_28 for ABI compatibility with pyarrow
Expand Down
6 changes: 3 additions & 3 deletions python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
requires = [
"setuptools>=55.0",
"Cython>=3",
"pyarrow~=16.0",
"pyarrow~=17.0",
"thrift",
]

build-backend = "setuptools.build_meta"

[project]
name = "palletjack"
version = "2.2.3"
version = "2.3.0"
description = "Faster parquet metadata reading"
readme = "README.md"
requires-python = ">=3.9"
Expand All @@ -20,7 +20,7 @@ classifiers = [
"Operating System :: OS Independent",
]
dependencies = [
"pyarrow~=16.0",
"pyarrow~=17.0",
]

[tool.setuptools.packages.find]
Expand Down

0 comments on commit 42edea7

Please sign in to comment.