From d477f79fb04893a93600376faa295489d387909f Mon Sep 17 00:00:00 2001 From: Larry Bradley Date: Mon, 2 Oct 2023 17:55:40 -0400 Subject: [PATCH] Add scikit-image to py312 devdeps tests --- tox.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 35d36a1e7..959d13e94 100644 --- a/tox.ini +++ b/tox.ini @@ -75,9 +75,10 @@ deps = devdeps: astropy>=0.0.dev0 devdeps: git+https://github.com/spacetelescope/gwcs.git - # scikit-image and scikit-learn Python 3.12 wheels are not available + # scikit-learn Python 3.12 wheel is not available yet devdeps312: numpy>=0.0.dev0 devdeps312: scipy>=0.0.dev0 + devdeps312: scikit-image>=0.0.dev0 devdeps312: matplotlib>=0.0.dev0 devdeps312: astropy>=0.0.dev0 devdeps312: git+https://github.com/spacetelescope/gwcs.git