From 15003cdb84f8cc1c846e86c6f2fcb5a12c971086 Mon Sep 17 00:00:00 2001 From: Jose Daniel Lara Date: Tue, 7 Apr 2020 22:08:42 -0700 Subject: [PATCH] Update Project.toml --- Project.toml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Project.toml b/Project.toml index 5dd9df9..92a4bbf 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "PowerGraphics" uuid = "5f7eddb3-86b1-49e8-a95a-ddc0f45eea41" authors = ["Lily Hanig", "Clayton Barrows", "Jose Daniel Lara"] -version = "0.3.2" +version = "0.3.3" [deps] Colors = "5ae59095-9a9b-59fe-a467-6f913c188581" @@ -17,14 +17,14 @@ Reexport = "189a3867-3050-52da-a836-e630ba90ab69" Weave = "44d3d7a6-8a23-5bf8-98c5-b353f8df5ec9" [compat] -Colors = "0.11, 0.12" +Colors = "~0.12" DataFrames = "0.20" -GR = "0.47, 0.48" -InfrastructureSystems = "0.5" +GR = "~0.48" +InfrastructureSystems = "~0.6" PlotlyJS = "0.13" -Plots = "0.29" -PowerSystems = "~0.13" -RecipesBase = "0.8" +Plots = "1" +PowerSystems = "~0.14" +RecipesBase = "1" Reexport = "0.2" Weave = "0.9" julia = "1"