Skip to content

Commit

Permalink
Fix setuptools version == 75.6
Browse files Browse the repository at this point in the history
  • Loading branch information
pbrubeck committed Jan 6, 2025
1 parent d6bb7dd commit 9c1c516
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 @@ -1663,7 +1663,7 @@ if mode == "install":
os.environ["VIRTUAL_ENV"] = firedrake_env

# Ensure pip, setuptools, hatchling and wheel are at the latest version.
run_pip(["install", "-U", "setuptools"])
run_pip(["install", "-U", "setuptools==75.6"])
run_pip(["install", "cffi"])
run_pip(["install", "-U", "hatch"])
run_pip(["install", "-U", "editables"])
Expand Down

0 comments on commit 9c1c516

Please sign in to comment.