Skip to content

Commit

Permalink
Merge pull request #54 from baggepinnen/compathelper/new_version/2023…
Browse files Browse the repository at this point in the history
…-05-02-00-39-03-640-03241771099

CompatHelper: bump compat for StatsBase to 0.34, (keep existing compat)
  • Loading branch information
baggepinnen authored Nov 13, 2023
2 parents 9c7c56f + 5ecb1ce commit f22a2f7
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "DynamicAxisWarping"
uuid = "aaaaaaaa-4a10-5553-b683-e707b00e83ce"
authors = ["Fredrik Bagge Carlson <[email protected]>"]
version = "0.4.17"
version = "0.4.18"

[deps]
BinDeps = "9e28174c-4ba2-5203-b857-d8d62c4213ee"
Expand All @@ -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]
Expand All @@ -32,16 +31,18 @@ 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"
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"]

0 comments on commit f22a2f7

Please sign in to comment.