Skip to content

Commit d7b193f

Browse files
committed
Fix the numpy12 env
1 parent 359fb2f commit d7b193f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ deps=
1818
legacy: numpy~=1.10.0
1919
numpy11,numpy12,legacy: astropy~=3.0.0
2020
numpy11: numpy==1.11
21-
numpy12: numpy==1.12
21+
numpy12: numpy==1.12, gwcs==0.9.1
2222
numpydev,astrodev,s390x: cython
2323
extras= all,tests
2424
# astropy will complain if the home directory is missing

0 commit comments

Comments
 (0)