Skip to content

Commit

Permalink
BLD: Set numpy oldest supported version to 1.17
Browse files Browse the repository at this point in the history
  • Loading branch information
rrjbca committed Sep 8, 2024
1 parent 57cc1b6 commit 45400ad
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -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,21}
py{38,39,310,311,312}-test-numpy{117,118,119,120,121,122,123,124,125,126,20,21}
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
Expand Down Expand Up @@ -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.*
Expand Down Expand Up @@ -72,7 +71,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.*
Expand Down Expand Up @@ -116,7 +114,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
Expand Down

0 comments on commit 45400ad

Please sign in to comment.