From 3296be6063c779bcca2afbf249473a72836e9251 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 27 Jan 2023 01:24:33 +0000 Subject: [PATCH] CompatHelper: bump compat for Shapefile to 0.9, (keep existing compat) --- Project.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Project.toml b/Project.toml index 7d24ed7..35afb0e 100644 --- a/Project.toml +++ b/Project.toml @@ -26,14 +26,14 @@ 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" -Shapefile = "0.7.4, 0.8" +Rasters = "0.4" +Shapefile = "0.7.4, 0.8, 0.9" SmoothingSplines = "0.3.1" Statistics = "1.7.0" StatsBase = "0.33.16"