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 fb2d5d7 commit 1e29987Copy full SHA for 1e29987
bindings/python/pyproject.toml
@@ -6,7 +6,7 @@ requires = [
6
# Needed for numpy headers.
7
"numpy>=2.0",
8
# Must be kept in sync with "project.dependencies" below.
9
- "pyarrow>=20.0,<20.1.0",
+ "pyarrow>=21.0,<21.1.0",
10
]
11
12
[project]
@@ -37,7 +37,7 @@ readme = "README.md"
37
requires-python = ">=3.9"
38
dependencies = [
39
# Must be kept in sync with "build_sytem.requires" above.
40
- "pyarrow >=20.0,<20.1",
+ "pyarrow >=21.0,<21.1",
41
"pymongo >=4.4,<5",
42
"numpy>=2.0.1",
43
"packaging >=23.2",
0 commit comments