From bc851df0f3ac775a583d3a7ad675510358bf4b1d Mon Sep 17 00:00:00 2001 From: Connor Ward Date: Wed, 11 Dec 2024 15:58:37 +0000 Subject: [PATCH] Extra build deps --- scripts/firedrake-install | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/firedrake-install b/scripts/firedrake-install index 7a1a5c28ab..492d0ae25e 100755 --- a/scripts/firedrake-install +++ b/scripts/firedrake-install @@ -1658,6 +1658,8 @@ run_pip(["install", "-U", "hatch"]) run_pip(["install", "-U", "editables"]) run_pip(["install", "-U", "pip"]) run_pip(["install", "-U", "wheel"]) +run_pip(["install", "-U", "scikit-build-core"]) +run_pip(["install", "-U", "rtree>=1.2"]) # Extra numpy dependendencies, see # https://github.com/numpy/numpy/blob/main/pyproject.toml