From 9fc1a25b78ab96458ed1e7f5b5819a4f526d6ced Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 25 Oct 2023 01:06:23 +0000 Subject: [PATCH] CompatHelper: bump compat for Rasters to 0.9, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index f1290c2..c14ba6c 100644 --- a/Project.toml +++ b/Project.toml @@ -34,7 +34,7 @@ GLM = "1.7.0" HypothesisTests = "0.10.9" Images = "0.25.2" Plots = "1" -Rasters = "0.4, 0.8" +Rasters = "0.4, 0.8, 0.9" Shapefile = "0.7.4, 0.8, 0.10" SmoothingSplines = "0.3.1" Statistics = "1.7.0"