From e531b01cd8902798b697bd697bd37346287d2495 Mon Sep 17 00:00:00 2001 From: Louis Gombert Date: Thu, 23 Jan 2025 12:02:25 +0100 Subject: [PATCH] Update package versions for compatibility with Python 3.13 --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 5f443c1..da50550 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,12 +11,12 @@ requires-python=">=3.10" license = {file = "LICENSE"} readme = "README.md" dependencies = [ - "h5py==3.10.0", - "numpy==1.26.4", + "h5py==3.12.1", + "numpy==2.2.2", ] [project.optional-dependencies] dev = [ - "pytest==8.3.3", + "pytest==8.3.4", "vtk==9.4.1" ] -- GitLab