Skip to content

Commit fa8f7ce

Browse files
Update pyarrow requirement from <24,>=15 to >=15,<25
Updates the requirements on [pyarrow](https://github.com/apache/arrow) to permit the latest version. - [Release notes](https://github.com/apache/arrow/releases) - [Commits](apache/arrow@go/v15.0.0...apache-arrow-24.0.0) --- updated-dependencies: - dependency-name: pyarrow dependency-version: 24.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 01e0fc9 commit fa8f7ce

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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,<24",
8+
"pyarrow>=15,<25",
99
"ruamel.yaml",
1010
"scikit-build",
1111
"setuptools>=69,<74",
@@ -27,7 +27,7 @@ dependencies = [
2727
"packaging",
2828
"pandas",
2929
"psutil",
30-
"pyarrow>=15,<24",
30+
"pyarrow>=15,<25",
3131
"pydantic>=2",
3232
"pytz",
3333
"ruamel.yaml",

0 commit comments

Comments
 (0)