diff --git a/include/eigen b/include/eigen index 6d829e766..c01ff4531 160000 --- a/include/eigen +++ b/include/eigen @@ -1 +1 @@ -Subproject commit 6d829e766ff1b1ab867d93631163cbc63ed5798f +Subproject commit c01ff45312582b2ea896ee307a49165ca4790332 diff --git a/lib/pybind11 b/lib/pybind11 index 3efe9d4cb..741d86f2e 160000 --- a/lib/pybind11 +++ b/lib/pybind11 @@ -1 +1 @@ -Subproject commit 3efe9d4cb5d7314faee722205e560b8b932aed9e +Subproject commit 741d86f2e3527b667ba85d273a5eea19a0978ef5 diff --git a/pyproject.toml b/pyproject.toml index 5ad3bb598..55077fa27 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,16 +32,17 @@ classifiers = [ ] dynamic = ["version"] dependencies = [ - "astropy>=5.1", - "astroquery>=0.4.6", + "astropy>=6.1", + "astroquery>=0.4.7", + "dask[array]>=2024.4.1", # Needed for astropy library dependency "jax", - "joblib>=1.4", - "matplotlib>=3.5", - "numpy<2.0", - "pandas>=1.5.1", + "jaxlib", + "matplotlib>=3.9", + "numpy>=2.0", + "pandas>=2.2", # Needed for scikit_learn "reproject", - "scipy>=1.9.2", - "scikit_learn>=1.0.0", + "scipy>=1.13", + "scikit_learn>=1.5.0", "koffi>=0.1.1", "jplephem", "PyYAML>=6.0" @@ -55,15 +56,12 @@ Changelog = "https://epyc.astro.washington.edu/~kbmod/project_details/release_no [project.optional-dependencies] analysis = [ - "tensorflow>=2.9", - "matplotlib>=3.6.1", + "ephem>=4.1", "ipywidgets>=8.0", - "ephem>=4.1" ] docs = [ - "sphinx", - # https://github.com/spatialaudio/nbsphinx/issues/655 - "sphinx-gallery<0.11", + "sphinx>=8.0", + "sphinx-gallery", "sphinx-codeautolink", "sphinx-design", "numpydoc",