From 5541fe738d66fc279b47ecef4c30eb3085090c1b Mon Sep 17 00:00:00 2001 From: Richard R <58728519+rrjbca@users.noreply.github.com> Date: Sun, 8 Sep 2024 10:18:16 +0100 Subject: [PATCH] BLD: Set numpy oldest supported version to 1.17 (#626) --- tox.ini | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/tox.ini b/tox.ini index 7eeefe97..fbd13d98 100644 --- a/tox.ini +++ b/tox.ini @@ -1,7 +1,7 @@ [tox] envlist = py{38,39,310,311,312}-test{,-all}{,-dev,-latest,-oldest}{,-cov} - py{38,39,310,311,312}-test-numpy{116,117,118,119,120,121,122,123,124,125,126,20} + py{38,39,310,311,312}-test-numpy{117,118,119,120,121,122,123,124,125,126,20} py{38,39,310,311,312}-test-scipy{16,17,18,19,110,111,112,113,114} py{38,39,310,311,312}-test-astropy{40,41,42,43,50,51,52,53,60,61} build_docs @@ -36,7 +36,6 @@ description = latest: with the latest supported version of key dependencies oldest: with the oldest supported version of key dependencies cov: and test coverage - numpy116: with numpy 1.16.* numpy117: with numpy 1.17.* numpy118: with numpy 1.18.* numpy119: with numpy 1.19.* @@ -71,7 +70,6 @@ description = # The following provides some specific pinnings for key packages deps = - numpy116: numpy==1.16.* numpy117: numpy==1.17.* numpy118: numpy==1.18.* numpy119: numpy==1.19.* @@ -114,7 +112,7 @@ deps = latest: scipy==1.14.* oldest: astropy==4.0.* - oldest: numpy==1.16.* + oldest: numpy==1.17.* oldest: scipy==1.6.* # The following indicates which extras_require from setup.cfg will be installed