Skip to content

Commit

Permalink
Use our fork of h5py until upstream fixes things
Browse files Browse the repository at this point in the history
  • Loading branch information
connorjward committed Dec 4, 2024
1 parent fb90620 commit efb502d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@ dependencies = [
"decorator<=4.4.2",
"mpi4py>3; python_version >= '3.13'",
"mpi4py; python_version < '3.13'",
"h5py",
# TODO: We are only using our fork here because the most recent PyPI release
# does not yet work with build isolation for Python 3.13. Once a version
# newer than 3.12.1 is released we can revert to simply using "h5py".
"h5py @ git+https://github.com/firedrakeproject/h5py.git",
"petsc4py",
"numpy",
"packaging",
Expand Down

0 comments on commit efb502d

Please sign in to comment.