From d390c14b370ce231f58eea22101a7d5208b1a0d6 Mon Sep 17 00:00:00 2001 From: Matthew Avaylon Date: Wed, 15 May 2024 12:37:06 -0700 Subject: [PATCH] Update pyproject.toml (#1115) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e5584b581..67b13350b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ classifiers = [ dependencies = [ "h5py>=2.10", "jsonschema>=2.6.0", - "numpy>=1.18", + 'numpy>=1.18, <2.0', # pin below 2.0 until HDMF supports numpy 2.0 "pandas>=1.0.5", "ruamel.yaml>=0.16", "scipy>=1.4",