Skip to content

Commit f298599

Browse files
authored
Merge pull request #673 from Point72/dependabot/pip/pyarrow-gte-15-and-lt-24
Update pyarrow requirement from <23,>=15 to >=15,<24
2 parents 4f4f43e + d417388 commit f298599

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)