ports/misc/py-onnx/files/patch-pyproject.toml
Yuri Victorovich 3a60351797 misc/py-onnx: update 1.14.1 → 1.16.0
Reported by:	portscout
2024-04-19 20:44:56 -07:00

11 lines
301 B
TOML

--- 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]