From 00f6f7639d94b9fecd0b3b762f465c85f242c7b9 Mon Sep 17 00:00:00 2001 From: Connor Ward Date: Thu, 5 Dec 2024 11:53:09 +0000 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 28adeff292..5e0d66c182 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,8 @@ dependencies = [ # 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", + "h5py @ git+https://github.com/firedrakeproject/h5py.git; python_version >= '3.13'", + "h5py; python_version < '3.13'", "petsc4py", "numpy", "packaging",