From 592bba865ed2f15c5bffbdd39395da803b2e62d5 Mon Sep 17 00:00:00 2001 From: MintoDA1 <51412913+MintoDA1@users.noreply.github.com> Date: Wed, 4 Oct 2023 11:38:21 -0500 Subject: [PATCH] Updated dependency version minimums --- pyproject.toml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7de757846..5e76778a6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,17 +26,17 @@ keywords=['astronomy','astrophysics', 'planetary', 'nbody integrator', 'symplect dependencies = [ 'numpy>=1.24.3', 'scipy>=1.10.1', - 'xarray>=2022.11.0', - 'dask>=2022.1', - 'distributed>=2022.1', - 'bottleneck>=1.3.5', - 'h5netcdf', - 'h5py', - 'netcdf4', - 'matplotlib>=3.7.1', - 'astropy>=5.1', + 'xarray>=2023.1', + 'dask>=2023.5', + 'distributed>=2023.5', + 'bottleneck>=1.3', + 'h5netcdf>=1.1', + 'h5py>=3.9', + 'netcdf4>=1.6.4', + 'matplotlib>=3.7', + 'astropy>=5.2', 'astroquery>=0.4.6', - 'tqdm>=4.65.0', + 'tqdm>=4.66', 'cython>=3.0.0', 'pyshtools>=4.10' ]