diff --git a/Project.toml b/Project.toml index dca1acf..b85faba 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "DynamicAxisWarping" uuid = "aaaaaaaa-4a10-5553-b683-e707b00e83ce" authors = ["Fredrik Bagge Carlson "] -version = "0.4.17" +version = "0.4.18" [deps] BinDeps = "9e28174c-4ba2-5203-b857-d8d62c4213ee" @@ -17,7 +17,6 @@ Requires = "ae029012-a4dd-5104-9daa-d747884805df" SlidingDistancesBase = "25b0cc0c-38e4-462f-a11d-8564868c562d" Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91" -Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" UnPack = "3a884ed6-31ef-47d7-9d2a-63182c4928ed" [compat] @@ -32,9 +31,10 @@ RecipesBase = "1.0" Requires = "1.0" SlidingDistancesBase = "0.2, 0.3" Statistics = "1" -StatsBase = "0.32, 0.33" +StatsBase = "0.32, 0.33, 0.34" UnPack = "0.1, 1" julia = "1" +LinearAlgebra = "<0.0.1, 1" [extras] ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210" @@ -42,6 +42,7 @@ LightGraphs = "093fc24a-ae57-5d10-9952-331d41423f4d" MatrixProfile = "24e37439-14ec-4097-bda3-6a65822e2305" Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80" QuadGK = "1fd47b50-473d-5c70-9696-f719f8f3bcdc" +Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" [targets] -test = ["MatrixProfile", "LightGraphs", "QuadGK", "ForwardDiff", "Plots"] +test = ["Test", "MatrixProfile", "LightGraphs", "QuadGK", "ForwardDiff", "Plots"]