From 6d460d7c946109ce9731987028e702666cfc7a23 Mon Sep 17 00:00:00 2001 From: Matthew Avaylon Date: Mon, 29 Apr 2024 20:30:55 -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 1bae035af..7f5f71663 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ classifiers = [ dependencies = [ "h5py>=2.10", "hdmf>=3.12.2", - "numpy>=1.18", # match the version used in hdmf + "numpy>=1.18, <2.0", # pin below 2.0 until HDMF supports numpy 2.0 "pandas>=1.1.5", "python-dateutil>=2.7.3", ]