--- pyproject.toml.orig	2024-03-05 06:23:47 UTC
+++ pyproject.toml
@@ -1,7 +1,7 @@
 # SPDX-License-Identifier: Apache-2.0
 
 [build-system]
-requires = ["setuptools>=64", "protobuf>=3.20.2", "cmake"]
+requires = ["setuptools", "protobuf>=3.20.2"]
 build-backend = "setuptools.build_meta"
 
 [project]