From 37536c948252ae952eb99d176860a6604782ea01 Mon Sep 17 00:00:00 2001 From: Thomas Robitaille Date: Thu, 13 Jun 2024 10:38:08 +0100 Subject: [PATCH] Bump minimum required version of astropy-healpix --- pyproject.toml | 2 +- tox.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0185c5b48..c443951d3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ requires-python = ">=3.10" dependencies = [ "numpy>=1.23", "astropy>=5.0", - "astropy-healpix>=0.6", + "astropy-healpix>=1.0", "scipy>=1.9", "dask[array]>=2021.8", "cloudpickle", diff --git a/tox.ini b/tox.ini index f3d6b8d8c..96e70befe 100644 --- a/tox.ini +++ b/tox.ini @@ -23,7 +23,7 @@ deps = oldestdeps: numpy==1.23.* oldestdeps: astropy==5.0.* - oldestdeps: astropy-healpix==0.6 + oldestdeps: astropy-healpix==1.0.* oldestdeps: scipy==1.9.* oldestdeps: dask==2021.8.*