From 2e14d702dae992e7361077cb092679b800f83b2a Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Mon, 30 May 2022 00:21:29 +0000 Subject: [PATCH] CompatHelper: bump compat for IntervalSets 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 2d028ae..81118cd 100644 --- a/Project.toml +++ b/Project.toml @@ -14,7 +14,7 @@ Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d" [compat] DSP = "0.7" DataFrames = "1" -IntervalSets = "0.5" +IntervalSets = "0.5, 0.7" Requires = "1" Unitful = "1" julia = "1.6"