From beccfedc980cd8eaff0dfe92833f26ed62d0fafb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bogumi=C5=82=20Kami=C5=84ski?= Date: Sun, 10 May 2020 18:19:54 +0200 Subject: [PATCH 1/2] Update versions of dependencies --- Project.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Project.toml b/Project.toml index e9ae9a3..284ac32 100644 --- a/Project.toml +++ b/Project.toml @@ -16,11 +16,11 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf" [compat] ArnoldiMethod = "0.0.4" -ColorTypes = "0.9" -Colors = "0.11" +ColorTypes = "0.9, 0.10" +Colors = "0.11, 0.12" Compose = "0.7, 0.8" -LightGraphs = "1.1" -VisualRegressionTests = ">= 0.2" +LightGraphs = "1.1, 1.2, 1.3" +VisualRegressionTests = "0.2, 0.3" julia = "1" [extras] From e5d5732db49dcab39baff2fcbdf0243f1122c814 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bogumi=C5=82=20Kami=C5=84ski?= Date: Sun, 10 May 2020 21:04:34 +0200 Subject: [PATCH 2/2] Update Project.toml --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 284ac32..5a9c680 100644 --- a/Project.toml +++ b/Project.toml @@ -19,7 +19,7 @@ ArnoldiMethod = "0.0.4" ColorTypes = "0.9, 0.10" Colors = "0.11, 0.12" Compose = "0.7, 0.8" -LightGraphs = "1.1, 1.2, 1.3" +LightGraphs = "1.1" VisualRegressionTests = "0.2, 0.3" julia = "1"