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 a5b6291 commit 4efea08Copy full SHA for 4efea08
bindings/python/pyproject.toml
@@ -4,7 +4,7 @@ requires = [
4
"wheel>=0.37",
5
"cython>=0.29",
6
# Must be kept in sync with the `install_requires` in `setup.cfg`
7
- "pyarrow>=8.0.0,<8.1.0",
+ "pyarrow>=9.0.0,<9.1.0",
8
]
9
10
[tool.cibuildwheel]
bindings/python/setup.cfg
@@ -34,7 +34,7 @@ packages = find:
34
python_requires = >=3.7
35
install_requires =
36
# keep versions in sync with pyproject.toml "requires"
37
- pyarrow >=8,<8.1
+ pyarrow >=9,<9.1
38
pymongo >=3.11,<5
39
40
[options.package_data]
0 commit comments