Skip to content

Commit

Permalink
arrow ~=18
Browse files Browse the repository at this point in the history
  • Loading branch information
marcin-krystianc committed Jan 8, 2025
1 parent 38709bd commit f3347a5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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~=17.0",
"pyarrow~=18.0",
"thrift",
]

build-backend = "setuptools.build_meta"

[project]
name = "palletjack"
version = "2.3.1"
version = "2.4.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~=17.0",
"pyarrow~=18.0",
]

[tool.setuptools.packages.find]
Expand Down
2 changes: 1 addition & 1 deletion python/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
setuptools>=55.0
Cython>=3
pyarrow~=16.0
pyarrow~=18.0

0 comments on commit f3347a5

Please sign in to comment.