From 8262ed506338f554d827920809d9b9810c713255 Mon Sep 17 00:00:00 2001 From: Ziwen Liu <67518483+ziw-liu@users.noreply.github.com> Date: Mon, 21 Oct 2024 10:19:27 -0700 Subject: [PATCH] add SPEC-0 conformant numpy requirement --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b88f7e1..803ec99 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ classifiers = [ "Operating System :: MacOS", ] dependencies = [ - "numpy", + "numpy>=1.24", "matplotlib>=3.1.1", "scipy>=1.3.0", "pywavelets>=1.1.1",