Skip to content

Commit

Permalink
Try out the second numpy release candidate
Browse files Browse the repository at this point in the history
  • Loading branch information
JDBetteridge committed May 28, 2024
1 parent 85ed92a commit 5a1b7e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/firedrake-install
Original file line number Diff line number Diff line change
Expand Up @@ -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"])
Expand Down

0 comments on commit 5a1b7e9

Please sign in to comment.