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 6b33ad1 commit 3a4c9d8Copy full SHA for 3a4c9d8
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>=11.0,<11.1.0",
+ "pyarrow>=12.0,<12.1.0",
8
]
9
10
[tool.cibuildwheel]
bindings/python/setup.cfg
@@ -34,7 +34,7 @@ packages = find:
34
python_requires = >=3.8
35
install_requires =
36
# keep versions in sync with pyproject.toml "requires"
37
- pyarrow >=11.0,<11.1
+ pyarrow >=12.0,<12.1
38
pymongo >=3.11,<5
39
pandas >=1.3.5,<3
40
0 commit comments