From f16f45e0dafeb6792ecea450d71bee8a18c301f4 Mon Sep 17 00:00:00 2001 From: Ayush Patnaik Date: Wed, 20 Mar 2024 19:13:03 +1100 Subject: [PATCH] Update Project.toml Make Rasters version compatible with Karmana --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index d37becb..e56c00a 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.5" Shapefile = "0.7.4, 0.8, 0.10, 0.12" SmoothingSplines = "0.3.1" Statistics = "1.7.0"