We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6073785 commit b6249d9Copy full SHA for b6249d9
1 file changed
python/pyproject.toml
@@ -38,7 +38,8 @@ maintainers = [
38
dependencies = [
39
"numpy>=2.0.0,<3",
40
"pandas>=2.0",
41
- "pyarrow>=16.0"
+ "pyarrow>=16.0,<18; python_version<'3.10'",
42
+ "pyarrow>=18.0,<20; python_version>='3.10'"
43
]
44
45
[project.urls]
0 commit comments