From a5f3b3caeeb2db3f93e78803479aa99eb5bd7e2f Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 21 Oct 2022 01:05:33 +0000 Subject: [PATCH] CompatHelper: add new compat entry for Rotations at version 1, (keep existing compat) --- Project.toml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/Project.toml b/Project.toml index 951d6ed..79d69e7 100644 --- a/Project.toml +++ b/Project.toml @@ -4,18 +4,19 @@ authors = ["Tobias Knopp and contributors"] version = "0.1.0" [deps] +ImageFiltering = "6a3955dd-da59-5b1f-98d4-e7296123deb5" ImagePhantoms = "71a99df6-f52c-4da1-bd2a-69d6f37f3252" -StableRNGs = "860ef19b-820b-49d6-a774-d7a799459cd3" +LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" -ImageFiltering = "6a3955dd-da59-5b1f-98d4-e7296123deb5" Rotations = "6038ab10-8711-5258-84ad-4b1120ba62dc" -LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" +StableRNGs = "860ef19b-820b-49d6-a774-d7a799459cd3" [compat] -julia = "1" +ImageFiltering = "0.7" ImagePhantoms = "0.6" +Rotations = "1" StableRNGs = "1.0" -ImageFiltering = "0.7" +julia = "1" [extras] Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"