From b488e084abd1f7e46d2bd551608bb8fab5e8604b Mon Sep 17 00:00:00 2001 From: Connor Ward Date: Fri, 20 Dec 2024 10:26:04 +0000 Subject: [PATCH] Amend branch pointer --- pyproject.toml | 4 ++-- requirements-git.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f849865b38..bb934e4182 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ dependencies = [ "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", - "libsupermesh @ git+https://github.com/firedrakeproject/libsupermesh.git@connorjward/pip-install2", + "libsupermesh @ git+https://github.com/firedrakeproject/libsupermesh.git", ] classifiers = [ "Development Status :: 5 - Production/Stable", @@ -99,7 +99,7 @@ requires = [ "mpi4py; python_version < '3.13'", "petsc4py", "rtree>=1.2", - "libsupermesh @ git+https://github.com/firedrakeproject/libsupermesh.git@connorjward/pip-install2", + "libsupermesh @ git+https://github.com/firedrakeproject/libsupermesh.git", ] build-backend = "setuptools.build_meta" diff --git a/requirements-git.txt b/requirements-git.txt index 90b97abbd7..b616f15bbc 100644 --- a/requirements-git.txt +++ b/requirements-git.txt @@ -4,4 +4,4 @@ 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 git+https://github.com/firedrakeproject/petsc.git@firedrake#egg=petsc -git+https://github.com/firedrakeproject/libsupermesh.git@connorjward/pip-install2 +git+https://github.com/firedrakeproject/libsupermesh.git#egg=libsupermesh