Skip to content

Commit

Permalink
ARROW-207 Support PyArrow 15 (mongodb-labs#190)
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 authored Jan 30, 2024
1 parent 684c2ed commit 5f86218
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bindings/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ requires = [
"wheel>=0.37",
"cython>=0.29",
# Must be kept in sync with "project.dependencies" below.
"pyarrow>=14.0,<14.1.0",
"pyarrow>=15.0,<15.1.0",
]

[project]
Expand Down Expand Up @@ -35,7 +35,7 @@ readme = "README.md"
requires-python = ">=3.8"
dependencies = [
# Must be kept in sync with "build_sytem.requires" above.
"pyarrow >=14.0,<14.1",
"pyarrow >=15.0,<15.1",
"pymongo >=4.4,<5",
"pandas >=1.3.5,<3",
"packaging >=23.2,<24"
Expand Down

0 comments on commit 5f86218

Please sign in to comment.