From 18a2e993ba2fd96fd0fb8cd96299a9ba405e374d Mon Sep 17 00:00:00 2001 From: Derek Christ Date: Tue, 18 Nov 2025 10:12:28 +0100 Subject: [PATCH 1/2] chore(vcpkg): remove Python and pybind11 from manifest --- vcpkg.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/vcpkg.json b/vcpkg.json index 52a1f2f8..4d760e7b 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -8,9 +8,7 @@ "features": [ "rtree" ] - }, - "pybind11", - "python3" + } ], "features": { "dev": { From 5fc956e703922baa2ba54ca68245e45e1a73280e Mon Sep 17 00:00:00 2001 From: Derek Christ Date: Tue, 18 Nov 2025 10:22:03 +0100 Subject: [PATCH 2/2] chore(vcpkg): update manifest baseline --- vcpkg.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vcpkg.json b/vcpkg.json index 4d760e7b..16539f91 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -19,5 +19,5 @@ ] } }, - "builtin-baseline": "ce613c41372b23b1f51333815feb3edd87ef8a8b" + "builtin-baseline": "c59b04f668d20c7dd83f478835e8266a3cc51270" }