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 06b5410 commit 55fae0aCopy full SHA for 55fae0a
pyproject.toml
@@ -1,7 +1,10 @@
1
[build-system]
2
requires = [
3
"setuptools>=45.0",
4
- "wheel>=0.36; python_version < '3.12' "
+ "wheel>=0.36; python_version < '3.12' ",
5
+ # Ensure PEP 517 build environments have the headers/tools needed to compile extensions
6
+ "Cython>=3.0.7",
7
+ "numpy>=1.22"
8
]
9
10
build-backend = "setuptools.build_meta"
0 commit comments