From 82cebe3f585842fb68f7a8161cc69f1766a8517a Mon Sep 17 00:00:00 2001 From: Steph Prince <40640337+stephprince@users.noreply.github.com> Date: Mon, 16 Dec 2024 22:25:01 -0800 Subject: [PATCH] update pyproject.toml requirements --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3bb8e2d80..122fbd05b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,11 +33,11 @@ classifiers = [ "Topic :: Scientific/Engineering :: Medical Science Apps." ] dependencies = [ - "h5py>=3.1.0", + "h5py>=3.2.0", "hdmf>=3.14.5", - "numpy>=1.18", - "pandas>=1.1.5", - "python-dateutil>=2.7.3", + "numpy>=1.23.0", + "pandas>=1.2.0", + "python-dateutil>=2.8.2", ] dynamic = ["version"] # the build backend will compute the version dynamically from git tag (or a __version__)