Skip to content

Commit cbe9769

Browse files
Corrected pyproject.toml
1 parent 95c27c7 commit cbe9769

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
[build-system]
22
requires = [
3-
"setuptools>=42",
3+
"setuptools>=42; python_version < '3.12'",
4+
"setuptools>=69; python_version >= '3.12' and python_version < '3.14'",
5+
"setuptools>=80; python_version >= '3.14'",
46
"wheel",
57
"numpy>=2.0.0",
6-
"cmake"
8+
"cmake",
9+
"packaging>=24.2"
710
]
8-
build-backend = "setuptools.build_meta"
9-
11+
build-backend = "setuptools.build_meta"

0 commit comments

Comments
 (0)