From bf02e99d8c4a1296afbf4b0b3a2fb93214189073 Mon Sep 17 00:00:00 2001 From: Liam Gray Date: Thu, 8 Aug 2024 17:15:49 -0700 Subject: [PATCH] build(pyproject): numpy 2.0 build and bump numpy dependency --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2a4a95a..4426ce0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ requires = [ "wheel", "setuptools-git-versioning", "cython", - "oldest-supported-numpy", + "numpy>=2.0.0rc1", ] build-backend = "setuptools.build_meta" @@ -26,7 +26,7 @@ dependencies = [ "cython", "h5py", "healpy>=1.15", - "numpy>=1.7,<2", + "numpy>=1.24", "scipy>=0.10", "skyfield", ]