From c14562c9bede114da77704509c54212bcdf06cf5 Mon Sep 17 00:00:00 2001 From: Nabil Freij Date: Fri, 8 Sep 2023 17:23:50 -0700 Subject: [PATCH] Figures --- ...shes_mpl_372_ft_261_astropy_523_animators_100.json} | 0 tox.ini | 10 ++-------- 2 files changed, 2 insertions(+), 8 deletions(-) rename ndcube/visualization/tests/{figure_hashes_mpl_353_ft_261_astropy_51_animators_100.json => figure_hashes_mpl_372_ft_261_astropy_523_animators_100.json} (100%) diff --git a/ndcube/visualization/tests/figure_hashes_mpl_353_ft_261_astropy_51_animators_100.json b/ndcube/visualization/tests/figure_hashes_mpl_372_ft_261_astropy_523_animators_100.json similarity index 100% rename from ndcube/visualization/tests/figure_hashes_mpl_353_ft_261_astropy_51_animators_100.json rename to ndcube/visualization/tests/figure_hashes_mpl_372_ft_261_astropy_523_animators_100.json diff --git a/tox.ini b/tox.ini index 0252e387e..81af58637 100644 --- a/tox.ini +++ b/tox.ini @@ -52,17 +52,11 @@ deps = oldestdeps: scipy<1.8.0 oldestdeps: dask<2021.5.0 # Figure tests need a tightly controlled environment - # These are the oldestdeps which have py310 wheels as running multiple - # versions of Python on circleci is a little annoying. - # Newer versions are covered by devdeps - figure-!devdeps: matplotlib==3.5.3 - figure-!devdeps: astropy==5.1.0 + figure-!devdeps: matplotlib==3.7.3 + figure-!devdeps: astropy==5.2.3 figure-!devdeps: mpl-animators==1.0.0 figure-!devdeps: scipy figure-!devdeps: dask - figure-!devdeps: numpy<1.24 - # For some reason gwcs 0.18.2 bumped astropy to 5.1 min - figure-!devdeps: gwcs<0.18.2 extras = all tests