From 93dda246db3aca2ca84045cf04e02b8a3a295e35 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 25 Apr 2026 03:28:52 +0000 Subject: [PATCH] CompatHelper: bump compat for NamedGraphs to 0.11 for package test, (keep existing compat) --- test/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Project.toml b/test/Project.toml index fe1222b5..502d30cf 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -53,7 +53,7 @@ KrylovKit = "0.8, 0.9, 0.10" LinearAlgebra = "1.10" Metis = "1.5" NDTensors = "0.3, 0.4" -NamedGraphs = "0.8.2" +NamedGraphs = "0.8.2, 0.11" OMEinsumContractionOrders = "0.9.5, 1" Observers = "0.2.5" OrdinaryDiffEqTsit5 = "1.1"