From 0fb12b7ece117035b8beb908a537c36795d84492 Mon Sep 17 00:00:00 2001 From: Jeremy Kubica <104161096+jeremykubica@users.noreply.github.com> Date: Fri, 20 Sep 2024 10:01:43 -0400 Subject: [PATCH] Upgrade to numpy 2.0 --- include/eigen | 2 +- lib/pybind11 | 2 +- pyproject.toml | 7 ++++--- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/include/eigen b/include/eigen index 6d829e766..2d4c9b400 160000 --- a/include/eigen +++ b/include/eigen @@ -1 +1 @@ -Subproject commit 6d829e766ff1b1ab867d93631163cbc63ed5798f +Subproject commit 2d4c9b400cca33d2f5cf316efc7151236244edb1 diff --git a/lib/pybind11 b/lib/pybind11 index 3efe9d4cb..1f8b4a7f1 160000 --- a/lib/pybind11 +++ b/lib/pybind11 @@ -1 +1 @@ -Subproject commit 3efe9d4cb5d7314faee722205e560b8b932aed9e +Subproject commit 1f8b4a7f1a1c5cc9bd6e0d63fe15540e6c458b24 diff --git a/pyproject.toml b/pyproject.toml index 97311fe5b..46bbb0097 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ requires = ["packaging>=21", "setuptools>=60", "setuptools_scm>=8.0", - "pybind11>=2.10.0"] + "pybind11>=2.12"] build-backend = "setuptools.build_meta" [tool.setuptools_scm] @@ -33,12 +33,13 @@ classifiers = [ dynamic = ["version"] dependencies = [ "astropy>=5.1", + "astropy-healpix>=1.0.3", "astroquery>=0.4.6", "joblib>=1.4", "matplotlib>=3.5", - "numpy<2.0", + "numpy>=2.0", "pandas>=1.5.1", - "reproject", + "reproject>=0.14", "scipy>=1.9.2", "scikit_learn>=1.0.0", "koffi>=0.1.1",