From 452513f7ad8dad4f948109ca7fe55bb49e2b7b03 Mon Sep 17 00:00:00 2001 From: William Jamieson Date: Wed, 30 Oct 2024 11:52:38 -0400 Subject: [PATCH] Patch scikit-learn to use release candidate that fixes 3.13 compatibilities --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 5841411d..7e9a1b9b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,6 +17,7 @@ dependencies = [ "drizzle>=1.15.0", "scipy >=1.7.2", "scikit-image>=0.19", + "scikit-image >=0.25.0rc1; python_version >='3.13'", "numpy >=1.21.2", "opencv-python-headless >=4.6.0.66", "asdf >=2.15.0",