From 51e2feb0c09b1876710f7ede0db45c84dc7450fe Mon Sep 17 00:00:00 2001 From: Johnny Chen Date: Thu, 1 Oct 2020 14:15:10 +0800 Subject: [PATCH] fix a typo in Project.toml --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 6533eb0..47d5855 100644 --- a/Project.toml +++ b/Project.toml @@ -11,7 +11,7 @@ LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" -[compats] +[compat] AxisAlgorithms = "1" CoordinateTransformations = "0.5, 0.6" Images = "0.18, 0.19, 0.20, 0.21, 0.22"