From cacb13faff0c39d4f4ea67c34b247eae306f0878 Mon Sep 17 00:00:00 2001 From: Connor Ward Date: Thu, 5 Dec 2024 10:56:34 +0000 Subject: [PATCH] point at correct fiat --- pyproject.toml | 2 +- requirements-git.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 240772b7c9..230ee55975 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ dependencies = [ "scipy", "sympy", "fenics-ufl @ git+https://github.com/firedrakeproject/ufl.git", - "fenics-fiat @ git+https://github.com/firedrakeproject/fiat.git", + "fenics-fiat @ git+https://github.com/firedrakeproject/fiat.git@connorjward/add-finat-gem", "pyadjoint-ad @ git+https://github.com/dolfin-adjoint/pyadjoint.git", "loopy @ git+https://github.com/firedrakeproject/loopy.git@main", ] diff --git a/requirements-git.txt b/requirements-git.txt index 93e6df0f47..e77b6b1052 100644 --- a/requirements-git.txt +++ b/requirements-git.txt @@ -1,5 +1,5 @@ git+https://github.com/firedrakeproject/ufl.git#egg=fenics-ufl -git+https://github.com/firedrakeproject/fiat.git#egg=fenics-fiat +git+https://github.com/firedrakeproject/fiat.git@connorjward/add-finat-gem#egg=fenics-fiat git+https://github.com/dolfin-adjoint/pyadjoint.git#egg=pyadjoint-ad git+https://github.com/firedrakeproject/loopy.git@main#egg=loopy git+https://github.com/firedrakeproject/pytest-mpi.git@main#egg=pytest-mpi