From 9a9959f65d97d8d9bdff1f0a830fad26dc0d71e1 Mon Sep 17 00:00:00 2001 From: Steve Goldman <32876747+s-goldman@users.noreply.github.com> Date: Tue, 29 Oct 2024 10:57:46 -0400 Subject: [PATCH] Pyproject.toml set to numpy>2.0. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4c4e829c1..91ff45aac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ dependencies = [ "tables", "typing_extensions>4.0", "markupsafe<=2.0.1", - "numpy<2.0", + "numpy>2.0.0", ] dynamic = [ "version",