Skip to content

Commit

Permalink
TST: pin all envs to Numpy < 1.25 to avoid serialiser bug
Browse files Browse the repository at this point in the history
  • Loading branch information
dhomeier committed Aug 8, 2023
1 parent aae3106 commit c342e5f
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
Expand Up @@ -29,8 +29,8 @@ deps =
pyside515: PySide2==5.15.*
pyside63: PySide6==6.3.*
pyside64: PySide6==6.4.*
# Pin numpy-dev until #2353 is resolved
dev: git+https://github.com/numpy/numpy@9b6a7b4f8
# Pin numpy-dev until #2353/#2428 are resolved
dev: git+https://github.com/numpy/numpy@maintenance/1.24.x
dev: git+https://github.com/astropy/astropy
lts: astropy==5.0.*
lts: matplotlib==3.5.*
Expand All @@ -51,6 +51,8 @@ deps =
legacy: mpl-scatter-density==0.7.*
legacy: openpyxl==3.0.*
all: pytest-qt
# Pin numpy until #2353/#2428 are resolved
all: numpy<1.25.0
extras =
test
all: all
Expand Down

0 comments on commit c342e5f

Please sign in to comment.