From 0d10e6dd5f76eddcec450f4b599ea9ac9cda7f6d Mon Sep 17 00:00:00 2001 From: Matthew Avaylon Date: Wed, 4 Sep 2024 10:56:47 -0700 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 29229f474..3ab85a4ae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ classifiers = [ ] dependencies = [ "h5py>=2.10", - "hdmf>=3.14.0", + "hdmf>=3.14.3", "numpy>=1.18", "pandas>=1.1.5", "python-dateutil>=2.7.3",