From 000456ae3c3df18745164cd238368141b95ee3b7 Mon Sep 17 00:00:00 2001 From: Cody Baker <51133164+CodyCBakerPhD@users.noreply.github.com> Date: Tue, 17 Sep 2024 13:24:30 -0400 Subject: [PATCH] Update pyproject.toml Co-authored-by: Steph Prince <40640337+stephprince@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 71c7d3fed..b510fca45 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ classifiers = [ ] requires-python = ">=3.9" dependencies = [ - "pynwb", + "pynwb>=2.8", # NWB Inspector should always be used with most recent minor versions of PyNWB "hdmf-zarr", "fsspec", "s3fs",