From 5603e1b7698f8a0d705fc123cccc75ec3a239e10 Mon Sep 17 00:00:00 2001 From: William Jamieson Date: Tue, 31 Oct 2023 12:32:03 -0400 Subject: [PATCH] Remove lingering NumPy references (#124) --- tox.ini | 2 -- 1 file changed, 2 deletions(-) diff --git a/tox.ini b/tox.ini index edfac95a..02769f1d 100644 --- a/tox.ini +++ b/tox.ini @@ -2,7 +2,6 @@ envlist = check-{style,security,build} test{,-warnings,-cov,-xdist,-oldestdeps,-devdeps} - test-numpy{120,121,122} test-{jwst,romancal}-xdist build-{docs,dist} @@ -49,7 +48,6 @@ deps = jwst: jwst[test] @ git+https://github.com/spacetelescope/jwst.git romancal: romancal[test] @ git+https://github.com/spacetelescope/romancal.git oldestdeps: minimum_dependencies - devdeps: numpy>=0.0.dev0 devdeps: astropy>=0.0.dev0 pass_env = CRDS_*