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 912f7d9 commit 812a411Copy full SHA for 812a411
pyproject.toml
@@ -8,7 +8,8 @@ requires = [
8
# Workaround based on this commit:
9
# https://github.com/harfbuzz/uharfbuzz/commit/9b607bd06fb17fcb4abe3eab5c4f342ad08309d7
10
"setuptools>=64,<72.2.0; platform_python_implementation == 'PyPy'",
11
- "setuptools>=64; platform_python_implementation != 'PyPy'"
+ "setuptools>=64; platform_python_implementation != 'PyPy'",
12
+ "cmake>=3.18"
13
]
14
build-backend = "setuptools.build_meta"
15
0 commit comments