From a09c703538538734658f3f033d102715b881083b Mon Sep 17 00:00:00 2001 From: Matt Fisher Date: Wed, 3 Jun 2026 15:02:53 -0600 Subject: [PATCH 1/2] Omit numpy versions that require distutils --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6f7a2a1..8a9da07 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ classifiers = [ requires-python = ">=3.12" dependencies = [ - "numpy >=1.22", + "numpy >=1.26", "matplotlib >=3.5", "colorspacious >=1.1", "scipy >=1.8", From 167ddc9ef53311327842177c6f4f33d273ad6332 Mon Sep 17 00:00:00 2001 From: Matt Fisher Date: Wed, 3 Jun 2026 15:04:21 -0600 Subject: [PATCH 2/2] Omit versions of scipy that have requires-python upper bounds --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8a9da07..4e58591 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ dependencies = [ "numpy >=1.26", "matplotlib >=3.5", "colorspacious >=1.1", - "scipy >=1.8", + "scipy >=1.12", ] [project.optional-dependencies]