Skip to content

Commit 28c1ac9

Browse files
authored
Merge pull request #617 from timkpaine/tkp/ar22
Enable pyarrow 22 for pypi package
2 parents b1af311 + b6ddc75 commit 28c1ac9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ requires = [
55
# oldest numpy 2 we can
66
"numpy>=2,<2.1; python_version < '3.13'",
77
"numpy>=2,<2.2",
8-
"pyarrow>=15,<22",
8+
"pyarrow>=15,<23",
99
"ruamel.yaml",
1010
"scikit-build",
1111
"setuptools>=69,<74",
@@ -27,7 +27,7 @@ dependencies = [
2727
"packaging",
2828
"pandas",
2929
"psutil",
30-
"pyarrow>=15,<22",
30+
"pyarrow>=15,<23",
3131
"pydantic>=2",
3232
"pytz",
3333
"ruamel.yaml",

0 commit comments

Comments
 (0)