From d4a876c705e31bc532db63068b13bd48f6e54996 Mon Sep 17 00:00:00 2001 From: pcubillos Date: Mon, 1 Jul 2024 15:30:56 +0200 Subject: [PATCH] Testing build against numpy>=2.0.0 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 65c3dfa..9ecfeb2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ requires = [ 'setuptools>=40.8.0', 'wheel', - 'oldest-supported-numpy', + 'numpy>=2.0.0rc1', ] build-backend = "setuptools.build_meta" @@ -21,7 +21,7 @@ authors = [ ] dependencies = [ - 'numpy>=1.19.5', + 'numpy>=1.23.5', 'scipy>=1.5.4', 'matplotlib>=3.3.4', ]