From bd4a30f44f5cdb0accec5cdcc5e31ff3b4f3af29 Mon Sep 17 00:00:00 2001 From: Fredrik Bagge Carlson Date: Sun, 6 Dec 2020 16:26:24 +0100 Subject: [PATCH] up LV compat --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 8fa4bfc..9f3e561 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "MatrixProfile" uuid = "24e37439-14ec-4097-bda3-6a65822e2305" authors = ["Fredrik Bagge Carlson"] -version = "1.0.0" +version = "1.0.1" [deps] Distances = "b4f34e82-e78d-54a5-968a-f98e89d6e8f7" @@ -14,7 +14,7 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" [compat] Distances = "0.7, 0.8, 0.9, 0.10" -LoopVectorization = "0.7.4, 0.8" +LoopVectorization = "0.7.4, 0.8, 0.9" ProgressMeter = "1.2, 1.3" RecipesBase = "0.8, 1.0" SlidingDistancesBase = "0.2"