From 9329a7c5468018a138a043fd052b0d19fe6f5cef Mon Sep 17 00:00:00 2001 From: Connor Ward Date: Wed, 9 Apr 2025 15:43:11 +0100 Subject: [PATCH] Use pyadjoint release --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e8c4d0ec6c..0e541426ff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,6 +27,7 @@ dependencies = [ "packaging", "pkgconfig", "progress", + "pyadjoint-ad>=2025.04", "pycparser", "pytools[siphash]", "requests", @@ -35,7 +36,6 @@ dependencies = [ "sympy", "fenics-ufl @ git+https://github.com/firedrakeproject/ufl.git", "fenics-fiat @ git+https://github.com/firedrakeproject/fiat.git", - "pyadjoint-ad @ git+https://github.com/dolfin-adjoint/pyadjoint.git", "loopy @ git+https://github.com/firedrakeproject/loopy.git@main", ] classifiers = [