We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 684c2ed commit 5f86218Copy full SHA for 5f86218
bindings/python/pyproject.toml
@@ -4,7 +4,7 @@ requires = [
4
"wheel>=0.37",
5
"cython>=0.29",
6
# Must be kept in sync with "project.dependencies" below.
7
- "pyarrow>=14.0,<14.1.0",
+ "pyarrow>=15.0,<15.1.0",
8
]
9
10
[project]
@@ -35,7 +35,7 @@ readme = "README.md"
35
requires-python = ">=3.8"
36
dependencies = [
37
# Must be kept in sync with "build_sytem.requires" above.
38
- "pyarrow >=14.0,<14.1",
+ "pyarrow >=15.0,<15.1",
39
"pymongo >=4.4,<5",
40
"pandas >=1.3.5,<3",
41
"packaging >=23.2,<24"
0 commit comments