From 9de9471c2e4979f46ee624b64a8d3a039f2e3892 Mon Sep 17 00:00:00 2001 From: Cody Baker <51133164+CodyCBakerPhD@users.noreply.github.com> Date: Tue, 17 Sep 2024 13:22:39 -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 b787b50b9..71c7d3fed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ dependencies = [ "click", "tqdm", "isodate", - "numpy>=1.22.0,<2.0.0" # TODO: remove 2.0 bound when HDMF supports + "numpy>=1.22.0" ] [project.optional-dependencies]