Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
JDBetteridge authored Jun 18, 2024
1 parent 0d0ccbd commit bb90fca
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions scripts/firedrake-install
Original file line number Diff line number Diff line change
Expand Up @@ -1726,9 +1726,7 @@ run_pip(["install", "-U", "wheel"])
run_pip(["install", "-U", "meson-python>=0.15.0"])
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.0rc2"])
run_pip(["install", "-U", "numpy"])

# Loopy has additional build dependencies
run_pip(["install", "-U", "scikit-build"])
Expand Down

0 comments on commit bb90fca

Please sign in to comment.