Skip to content

Commit 5f86218

Browse files
authored
ARROW-207 Support PyArrow 15 (#190)
1 parent 684c2ed commit 5f86218

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bindings/python/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ requires = [
44
"wheel>=0.37",
55
"cython>=0.29",
66
# Must be kept in sync with "project.dependencies" below.
7-
"pyarrow>=14.0,<14.1.0",
7+
"pyarrow>=15.0,<15.1.0",
88
]
99

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

0 commit comments

Comments
 (0)