From d12716c459874ebd36eb89d2f64232ddaadb116c Mon Sep 17 00:00:00 2001 From: Johnny Chen Date: Mon, 24 Aug 2020 15:56:42 +0800 Subject: [PATCH] bump Rotations and CoordinateTransformations version --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 51c9755f..c5d790ab 100644 --- a/Project.toml +++ b/Project.toml @@ -22,7 +22,7 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" [compat] ComputationalResources = "0.3" -CoordinateTransformations = "0.5" +CoordinateTransformations = "0.5, 0.6" FileIO = "1" IdentityRanges = "0.3" ImageCore = "0.8.1" @@ -32,7 +32,7 @@ Interpolations = "0.8, 0.9, 0.10, 0.11, 0.12" MLDataPattern = "0.4, 0.5" MappedArrays = "0.1, 0.2" OffsetArrays = "0.8, 0.9, 0.10, 0.11, 1" -Rotations = "0.7, 0.8, 0.9, 0.10, 0.11, 0.12, 0.13" +Rotations = "0.7, 0.8, 0.9, 0.10, 0.11, 0.12, 0.13, 1" StaticArrays = "0.8, 0.9, 0.10, 0.11, 0.12" julia = "1"