From fcfea87efebd59ee3c1ddba017246ed5a198a285 Mon Sep 17 00:00:00 2001 From: Hugo Buddelmeijer Date: Wed, 14 Jun 2023 21:07:38 +0200 Subject: [PATCH] Update minimum dependencies to agree with the other packages --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c1a30e76..ccfcddcc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,10 +20,10 @@ classifiers=[ "Topic :: Scientific/Engineering :: Astronomy", ] dependencies = [ - "numpy>=1.16", + "numpy>=1.19", "scipy>=1.4.0", - "astropy>=2.0", - "matplotlib>=1.5", + "astropy>=5.0", + "matplotlib>=3.2.0", "docutils>=0.15", "requests>=2.20", @@ -31,7 +31,7 @@ dependencies = [ "lxml>=4.5.0", "pyyaml>5.1", - "synphot>=0.1.3", + "synphot>=1.1.0", "skycalc_ipy>=0.1.3", "anisocado>=0.2.3", ]