Skip to content

Commit

Permalink
Revert "BLD: Set numpy latest supported version to 2.1"
Browse files Browse the repository at this point in the history
This reverts commit 57cc1b6.
  • Loading branch information
rrjbca committed Sep 8, 2024
1 parent 57cc1b6 commit e121ac8
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{116,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
Expand Down Expand Up @@ -48,7 +48,6 @@ 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 @@ -84,7 +83,6 @@ 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 @@ -112,7 +110,7 @@ deps =
dev: git+https://github.com/astropy/astropy.git#egg=astropy

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

oldest: astropy==4.0.*
Expand Down

0 comments on commit e121ac8

Please sign in to comment.