From 723b9d5b0aadd9d7cd0e3752a8af417a3b0df398 Mon Sep 17 00:00:00 2001 From: Pablo Brubeck Date: Wed, 18 Feb 2026 12:38:45 +0000 Subject: [PATCH] Test GEM: Optimise index replacement --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1f3a7f92cc..1e9185907a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ dependencies = [ # TODO RELEASE "fenics-ufl @ git+https://github.com/FEniCS/ufl.git@main", # TODO RELEASE - "firedrake-fiat @ git+https://github.com/firedrakeproject/fiat.git@main", + "firedrake-fiat @ git+https://github.com/firedrakeproject/fiat.git@pbrubeck/index-replacer", "h5py>3.12.1", "immutabledict", "libsupermesh",