Skip to content

Commit 73b8080

Browse files
authored
remove cmake from build dependencies completely
1 parent 34a7fc3 commit 73b8080

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = [
33
"setuptools>=42",
44
"wheel",
55
"ninja",
6-
"cmake>=3.12; sys_platform!='ios'",
6+
# "cmake>=3.12; sys_platform!='ios'",
77
]
88
build-backend = "setuptools.build_meta"
99

0 commit comments

Comments
 (0)