From 1a131c1b0fb38729c048569fb4a7e5908a7b2f94 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 12 Jul 2022 00:56:43 +0000 Subject: [PATCH] CompatHelper: bump compat for Interpolations to 0.14, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 1c12f0a..37dd241 100644 --- a/Project.toml +++ b/Project.toml @@ -20,7 +20,7 @@ DSP = "0.5, 0.6, 0.7" FileIO = "1" ImageFiltering = "0.4, 0.5, 0.6, 0.7" Images = "0.9, 0.10, 0.11, 0.12, 0.13, 0.14, 0.15, 0.16, 0.17, 0.18, 0.19, 0.20, 0.21, 0.22, 0.23, 0.24" -Interpolations = "0.9, 0.10, 0.11, 0.12, 0.13" +Interpolations = "0.9, 0.10, 0.11, 0.12, 0.13, 0.14" PyPlot = "2.3" julia = "0.7.0, 1"