From e793a32124fe3a2d8dbec31ed09b5204df877712 Mon Sep 17 00:00:00 2001 From: Matthew Avaylon Date: Thu, 21 Nov 2024 22:19:22 -0800 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c4ac4e6b..36e25b6d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,11 +29,11 @@ classifiers = [ "Topic :: Scientific/Engineering :: Medical Science Apps." ] dependencies = [ - 'hdmf>=3.14.3', + 'hdmf>=3.14.5', 'zarr>=2.18.0, <3.0', # pin below 3.0 until HDMF-zarr supports zarr 3.0 'numpy>=1.24', 'numcodecs>=0.10.0', - 'pynwb>=2.5.0', + 'pynwb>=2.8.3', 'threadpoolctl>=3.1.0', ] dynamic = ["version"]