From d5c6baf0864832ab79e366d2bc46c56d49ea9e72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Brigitta=20Sip=C5=91cz?= Date: Thu, 12 Sep 2024 16:57:35 -0700 Subject: [PATCH] CI: bump oldest numpy version in CI --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index c0498ec2..7d30d03c 100644 --- a/tox.ini +++ b/tox.ini @@ -42,7 +42,7 @@ deps = oldestdeps: astropy==4.1 # We set a suitably old numpy along with an old astropy, no need to pick up # deprecations and errors due to their unmatching versions - oldestdeps: numpy==1.16 + oldestdeps: numpy==1.19 online: pytest-rerunfailures