From 7e44966ece994e0dcf38c71b36f17bc9d007193f Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 17 May 2023 01:18:52 +0000 Subject: [PATCH] CompatHelper: bump compat for Rasters to 0.7, (keep existing compat) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 7d24ed7..e79fac1 100644 --- a/Project.toml +++ b/Project.toml @@ -26,13 +26,13 @@ CSV = "0.10.4" CubicSplines = "0.1.1, 0.2" DataFrames = "1.3.3" Dates = "1.7.0" +DimensionalData = "0.21" Distributions = "0.25.53" GLM = "1.7.0" HypothesisTests = "0.10.9" Images = "0.25.2" -Rasters = "0.4" -DimensionalData = "0.21" Plots = "1" +Rasters = "0.4, 0.7" Shapefile = "0.7.4, 0.8" SmoothingSplines = "0.3.1" Statistics = "1.7.0"