From 368ed034c764fabd0b479b91d9151601cc9f5433 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 1 Feb 2025 00:04:39 +0000 Subject: [PATCH] CompatHelper: bump compat for TiledIteration to 0.5, (drop existing compat) --- Project.toml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/Project.toml b/Project.toml index cde201d6..a37cbf47 100644 --- a/Project.toml +++ b/Project.toml @@ -1,13 +1,6 @@ name = "IceFloeTracker" uuid = "04643c7a-9ac6-48c5-822f-2704f9e70bd3" -authors = [ - "Carlos Paniagua ", - "Timothy Divoll ", - "John Gerrard Holland ", - "Bradford Roarr ", - "Daniel Watkins ", - "Maria Isabel Restrepo ", -] +authors = ["Carlos Paniagua ", "Timothy Divoll ", "John Gerrard Holland ", "Bradford Roarr ", "Daniel Watkins ", "Maria Isabel Restrepo "] version = "0.6.3" [deps] @@ -101,7 +94,7 @@ StaticArrays = "1.5" Statistics = "1" StatsBase = "0.34" TOML = "1" -TiledIteration = "0.3" +TiledIteration = "0.5" UpdateJulia = "0.4" julia = "1"