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..f50822157 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] @@ -32,15 +32,17 @@ classifiers = [ ] dynamic = ["version"] dependencies = [ - "astropy>=5.1", - "astroquery>=0.4.6", + "astropy>=6.1.3", + "astropy-healpix>=1.0.3", + "astroquery>=0.4.7", + "dask>=2024.8", "joblib>=1.4", - "matplotlib>=3.5", - "numpy<2.0", + "matplotlib>=3.9", + "numpy>=2.0", "pandas>=1.5.1", - "reproject", - "scipy>=1.9.2", - "scikit_learn>=1.0.0", + "reproject>=0.14", + "scipy>=1.14", + "scikit_learn>=1.5", "koffi>=0.1.1", "jplephem", "PyYAML>=6.0" @@ -57,12 +59,12 @@ analysis = [ "tensorflow>=2.9", "matplotlib>=3.6.1", "ipywidgets>=8.0", - "ephem>=4.1" + "ephem>=4.1.5" ] docs = [ "sphinx", # https://github.com/spatialaudio/nbsphinx/issues/655 - "sphinx-gallery<0.11", + "sphinx-gallery>=0.17.1", "sphinx-codeautolink", "sphinx-design", "numpydoc",