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 f370eea commit ac279adCopy full SHA for ac279ad
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>=18.0,<18.1.0",
+ "pyarrow>=19.0,<19.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 >=18.0,<18.1",
+ "pyarrow >=19.0,<19.1",
41
"pymongo >=4.4,<5",
42
"pandas >=1.3.5,<3",
43
"packaging >=23.2",
0 commit comments