Remove cmake from pyproject.toml (#2878)

pull/2889/head
avkarenow 11 months ago committed by GitHub
parent 106c5a265d
commit 13c6b7a5b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,3 +1,3 @@
[build-system]
requires = ["setuptools", "wheel", "cmake"]
requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta"

Loading…
Cancel
Save