From 82e1be698d7261eee4efa4f01437388c8643fa21 Mon Sep 17 00:00:00 2001 From: Josh Carmichael Date: Fri, 31 Jul 2026 09:42:29 -0400 Subject: [PATCH] unpin confuse --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4c5427e2d1..3f25484250 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ classifiers = [ dependencies = [ "click", - "confuse == 2.1.0", + "confuse >= 2.2.1", "cvxpy", "finufft==2.5.0 ; sys_platform!='darwin' or (sys_platform=='darwin' and platform_machine!='x86_64')", # wheel for 2.5.0 on x86_64 not available. x86_64 macs are phasing out.