From f7a89e72d114646eff36754b9f6d06b1fd00f830 Mon Sep 17 00:00:00 2001 From: India Marsden Date: Thu, 9 Jan 2025 14:52:40 +0000 Subject: [PATCH] remember fuse has a different pip install name --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 46e09c2020..42691890a0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ dependencies = [ "pyadjoint-ad @ git+https://github.com/dolfin-adjoint/pyadjoint.git", "loopy @ git+https://github.com/firedrakeproject/loopy.git@main", "libsupermesh @ git+https://github.com/firedrakeproject/libsupermesh.git", - "fuse @ git+https://github.com/indiamai/fuse.git#egg=fuse", + "fuse-element @ git+https://github.com/indiamai/fuse.git#egg=fuse", ] classifiers = [ "Development Status :: 5 - Production/Stable",