From 768dad8ef995d880adf064115f52471272ac2e4d Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 25 Nov 2023 00:57:37 +0000 Subject: [PATCH] CompatHelper: bump compat for Interpolations to 0.15, (keep existing compat) --- Project.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Project.toml b/Project.toml index c146479..34d4681 100644 --- a/Project.toml +++ b/Project.toml @@ -5,8 +5,8 @@ version = "1.5.0" [deps] Clustering = "aaaa29a8-35af-508c-8bc3-b662a17a0fe5" -Colors = "5ae59095-9a9b-59fe-a467-6f913c188581" ColorSchemes = "35d6a980-a343-548e-a6ea-1d62b119f2f4" +Colors = "5ae59095-9a9b-59fe-a467-6f913c188581" FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549" ImageMagick = "6218d12a-5da1-5696-b52f-db25d2ecc6d1" Images = "916415d5-f1e6-5110-898d-aaa5f9f070e0" @@ -15,14 +15,14 @@ QuartzImageIO = "dca85d43-d64c-5e67-8c65-017450d5d020" [compat] Clustering = "0.15" -Colors = "0.9, 0.10, 0.11, 0.12, 0.13" ColorSchemes = "3" +Colors = "0.9, 0.10, 0.11, 0.12, 0.13" FileIO = "1" ImageMagick = "1.3" Images = "0.19, 0.20, 0.21, 0.22, 0.23, 0.24, 0.25, 0.26" -Interpolations = "0.12, 0.13, 0.14" -julia = "1.6" +Interpolations = "0.12, 0.13, 0.14, 0.15" QuartzImageIO = "0.7" +julia = "1.6" [extras] Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"