From 466490eacc7ac11223e84ecf9b1fec53bd69f3fa Mon Sep 17 00:00:00 2001 From: Skylar Gering Date: Tue, 26 Mar 2024 12:29:31 -0700 Subject: [PATCH] Update compats --- Project.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Project.toml b/Project.toml index d1d32b8..8afc3b0 100644 --- a/Project.toml +++ b/Project.toml @@ -31,12 +31,12 @@ VoronoiCells = "e3e34ffb-84e9-5012-9490-92c94d0c60a4" BenchmarkTools = "1" DataStructures = "0.18" GeometryBasics = "0.4" -Interpolations = "0.14" +Interpolations = "0.14, 0.15" JLD2 = "0.4" -LibGEOS = "0.8" +LibGEOS = "0.8, 0.9" Makie = "0.19, 0.20" Measures = "0.3" -NCDatasets = "0.12" +NCDatasets = "0.12, 0.13, 0.14" NetCDF = "0.11" PolygonInbounds = "0.2" SplitApplyCombine = "1"