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 eeeb3bf commit 9c8ff08Copy full SHA for 9c8ff08
bindings/python/pyproject.toml
@@ -1,6 +1,7 @@
1
[build-system]
2
requires = [
3
- "setuptools>=61.0",
+ # ARROW-248, pin to less than 72.2.
4
+ "setuptools>=70,<72.2",
5
"cython>=3.0",
6
# Must be kept in sync with "project.dependencies" below.
7
"pyarrow>=17.0,<17.1.0",
0 commit comments