Skip to content

Commit

Permalink
Amend branch pointer
Browse files Browse the repository at this point in the history
  • Loading branch information
connorjward authored Dec 20, 2024
1 parent 5868d29 commit b488e08
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion requirements-git.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b488e08

Please sign in to comment.