From 4f300f3ebbec849399850260f09b81582328e9f3 Mon Sep 17 00:00:00 2001 From: Barrows Date: Tue, 10 Sep 2024 08:03:00 -0400 Subject: [PATCH] fixing compat --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index e8fbbfc..2af65cc 100644 --- a/Project.toml +++ b/Project.toml @@ -21,5 +21,5 @@ MetaGraphsNext = "0.7" NetworkLayout = "0.4" Plots = "1" PowerSystems = "4" -Shapefile = "0.13.0" +Shapefile = "0.11, 0.12, 0.13" julia = "^1.6"