Skip to content

Commit

Permalink
BLD: Set numpy latest supported version to 2.1 (#625)
Browse files Browse the repository at this point in the history
  • Loading branch information
rrjbca authored Sep 8, 2024
1 parent 5541fe7 commit 05444f3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 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{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,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 @@ -47,6 +47,7 @@ description =
numpy125: with numpy 1.25.*
numpy125: with numpy 1.26.*
numpy20: with numpy 2.0.*
numpy21: with numpy 2.1.*
scipy16: with scipy 1.6.*
scipy17: with scipy 1.7.*
scipy18: with scipy 1.8.*
Expand Down Expand Up @@ -81,6 +82,7 @@ deps =
numpy125: numpy==1.25.*
numpy125: numpy==1.26.*
numpy20: numpy==2.0.*
numpy21: numpy==2.1.*

scipy16: scipy==1.6.*
scipy17: scipy==1.7.*
Expand Down Expand Up @@ -108,7 +110,7 @@ deps =
dev: git+https://github.com/astropy/astropy.git#egg=astropy

latest: astropy==6.1.*
latest: numpy==2.0.*
latest: numpy==2.1.*
latest: scipy==1.14.*

oldest: astropy==4.0.*
Expand Down

0 comments on commit 05444f3

Please sign in to comment.