From 66c3181b4e94d95a1301ebaefa8b9736f5459874 Mon Sep 17 00:00:00 2001 From: Mingjie Jian Date: Mon, 25 Aug 2025 20:03:34 +0900 Subject: [PATCH] fix(pyproject) include numpy 2.0 in dependencies --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8d25b859..b10942fe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ authors = [ dependencies = [ - "numpy>=1.23,<2.0", + "numpy>=1.23", "scipy>=1.9,<2.0", "pandas>=1.5,<3.0", "astropy>=6,<8",