mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
12 lines
383 B
Diff
12 lines
383 B
Diff
--- pyproject.toml.orig 2022-11-09 13:37:21
|
|
+++ pyproject.toml 2024-06-05 17:17:24
|
|
@@ -48,7 +48,7 @@
|
|
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"
|
|
|
|
|