mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
11 lines
422 B
TOML
11 lines
422 B
TOML
--- pyproject.toml.orig 2024-08-29 06:50:13 UTC
|
|
+++ pyproject.toml
|
|
@@ -48,7 +48,7 @@ changelog = "https://github.com/PDAL/python/blob/main/
|
|
changelog = "https://github.com/PDAL/python/blob/main/README.rst"
|
|
|
|
[build-system]
|
|
-requires = ["scikit-build-core >= 0.9", "numpy >= 1.22", "pybind11[global]"]
|
|
+requires = ["scikit-build-core >= 0.9", "numpy >= 1.22", "pybind11"]
|
|
build-backend = "scikit_build_core.build"
|
|
|
|
|