From ca4d673deb6da74dabf22f65952ab24a00cc5c2f Mon Sep 17 00:00:00 2001 From: zacharyburnett Date: Fri, 15 Mar 2024 13:18:38 -0400 Subject: [PATCH] use oldest-supported-numpy --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index ddd009b1..cf1f51f1 100644 --- a/tox.ini +++ b/tox.ini @@ -16,7 +16,7 @@ deps= cov: pytest-astropy cov: pytest-cov syn: synphot - legacy: numpy==1.20.0 + legacy: oldest-supported-numpy legacy: astropy==5.1.0 legacy: scipy==1.10.1 latest: -rrequirements.txt