From 920c757b85921784565c35c41d42dcfe080c4646 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 1 Jun 2023 01:01:58 +0000 Subject: [PATCH 1/2] CompatHelper: bump compat for HypothesisTests to 0.11, (keep existing compat) --- Project.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Project.toml b/Project.toml index 7d24ed7..fbfa430 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" +HypothesisTests = "0.10.9, 0.11" Images = "0.25.2" -Rasters = "0.4" -DimensionalData = "0.21" Plots = "1" +Rasters = "0.4" Shapefile = "0.7.4, 0.8" SmoothingSplines = "0.3.1" Statistics = "1.7.0" From 2bcafedc06297de434e2c65b726b15d214a2a1cc Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Mon, 24 Jul 2023 00:48:58 +0000 Subject: [PATCH 2/2] CompatHelper: bump compat for Images to 0.26, (keep existing compat) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index f72c388..6f48f98 100644 --- a/Project.toml +++ b/Project.toml @@ -30,10 +30,10 @@ DimensionalData = "0.21, 0.24" Distributions = "0.25.53" GLM = "1.7.0" HypothesisTests = "0.10.9" -Images = "0.25.2" +Images = "0.25.2, 0.26" Plots = "1" -Shapefile = "0.7.4, 0.8, 0.10" Rasters = "0.4, 0.8" +Shapefile = "0.7.4, 0.8, 0.10" SmoothingSplines = "0.3.1" Statistics = "1.7.0" StatsBase = "0.33.16"