From 2847974c6b450971b7340330df4a8652dd0b11ff Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 10 Oct 2023 00:10:38 +0000 Subject: [PATCH] CompatHelper: bump compat for DomainSets to 0.7, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 1ad042c18f..29630b4dda 100644 --- a/Project.toml +++ b/Project.toml @@ -67,7 +67,7 @@ DiffEqCallbacks = "2.16" DiffRules = "0.1, 1.0" Distributions = "0.23, 0.24, 0.25" DocStringExtensions = "0.7, 0.8, 0.9" -DomainSets = "0.6" +DomainSets = "0.6, 0.7" ForwardDiff = "0.10.3" FunctionWrappersWrappers = "0.1" Graphs = "1.5.2"