Skip to content

Commit d417388

Browse files
dependabot[bot]timkpaine
authored andcommitted
Update pyarrow requirement from <23,>=15 to >=15,<24
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-23.0.0) --- updated-dependencies: - dependency-name: pyarrow dependency-version: 23.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Tim Paine <3105306+timkpaine@users.noreply.github.com>
1 parent 4c222e8 commit d417388

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

conda/dev-environment-unix.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dependencies:
1818
- graphviz
1919
- gtest
2020
- httpx>=0.20,<1
21-
- libarrow<23
21+
- libarrow<24
2222
- libboost>=1.80.0
2323
- libboost-headers>=1.80.0
2424
- librdkafka
@@ -33,7 +33,7 @@ dependencies:
3333
- pillow
3434
- polars
3535
- psutil
36-
- pyarrow>=15,<23
36+
- pyarrow>=15,<24
3737
- pydantic>=2
3838
- pytest
3939
- pytest-asyncio

conda/dev-environment-win.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dependencies:
1818
- graphviz
1919
- gtest
2020
- httpx>=0.20,<1
21-
- libarrow<23
21+
- libarrow<24
2222
- libboost>=1.80.0
2323
- libboost-headers>=1.80.0
2424
- librdkafka
@@ -33,7 +33,7 @@ dependencies:
3333
- pillow
3434
- polars
3535
- psutil
36-
- pyarrow>=15,<23
36+
- pyarrow>=15,<24
3737
- pydantic>=2
3838
- pytest
3939
- pytest-asyncio

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

0 commit comments

Comments
 (0)