From 5a1b7e977b4decf8d988c3fc8f05eee16f59129e Mon Sep 17 00:00:00 2001 From: Jack Betteridge Date: Tue, 14 May 2024 16:36:51 +0100 Subject: [PATCH] Try out the second numpy release candidate --- scripts/firedrake-install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/firedrake-install b/scripts/firedrake-install index f3e84e7e1a..d0e0552cb7 100755 --- a/scripts/firedrake-install +++ b/scripts/firedrake-install @@ -1722,7 +1722,7 @@ run_pip(["install", "-U", "Cython>=3.0.6"]) # 11/04/24 Install a 2.0 release candidate because 2.0 has not yet been # officially released but we cannot build petsc4py without it. -run_pip(["install", "-U", "numpy==2.0.0rc1"]) +run_pip(["install", "-U", "numpy==2.0.0rc2"]) # Loopy has additional build dependencies run_pip(["install", "-U", "scikit-build"])