From 594d9b65fab5507851d59ff038440857d06b66c5 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 24 Nov 2023 00:04:31 +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 a37c3af9..2e50da79 100644 --- a/Project.toml +++ b/Project.toml @@ -49,7 +49,7 @@ CUDA = "3, 4" ChainRulesCore = "1" ComponentArrays = "0.15" Distributions = "0.25" -DomainSets = "0.5, 0.6" +DomainSets = "0.5, 0.6, 0.7" ForwardDiff = "0.10" GPUArrays = "8" GPUArraysCore = "0.1"