From 852d29a8fe0b86faa415aeb587f497fa79a2fe88 Mon Sep 17 00:00:00 2001 From: ChrisRackauckas-Claude Date: Thu, 21 May 2026 06:50:05 -0400 Subject: [PATCH] Bump FindFirstFunctions compat to allow 2.x The new `2.x` line is API-compatible for the surface StateSelection actually uses (`findfirstequal`, with an unchanged signature). Tests pass locally against FFF 2.0.0. Co-Authored-By: Chris Rackauckas --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 84dfd12..036a00c 100644 --- a/Project.toml +++ b/Project.toml @@ -22,7 +22,7 @@ StateSelectionDeepDiffsExt = "DeepDiffs" [compat] BipartiteGraphs = "0.1.2" DocStringExtensions = "0.9.3" -FindFirstFunctions = "1.2.0" +FindFirstFunctions = "1.2.0, 2" Graphs = "1.10.0" LinearAlgebra = "1.10.0" OrderedCollections = "1"