From 5899587e98e2c6b888dcf9755b0eb3d52e4cfad0 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 7 Apr 2026 08:33:01 +0000 Subject: [PATCH] CompatHelper: bump compat for DomainSets to 0.8, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 39239888e..7c753667d 100644 --- a/Project.toml +++ b/Project.toml @@ -25,7 +25,7 @@ Symbolics = "0c5d862f-8b57-4792-8d23-62f2024744c7" [compat] Combinatorics = "1" DiffEqBase = "6" -DomainSets = "0.7" +DomainSets = "0.7, 0.8" IfElse = "0.1" Interpolations = "0.14, 0.15, 0.16" Latexify = "0.15, 0.16"