diff --git a/Project.toml b/Project.toml index 5e30a6b8..6e73f3e1 100644 --- a/Project.toml +++ b/Project.toml @@ -5,16 +5,16 @@ uuid = "b0e4dd01-7b14-53d8-9b45-175a3e362653" repo = "https://github.com/JeffreySarnoff/RollingFunctions.jl.git" authors = ["Jeffrey Sarnoff and other contributors"] license = "MIT" -version = "v0.8.0" +version = "v0.9.0" [deps] -KahanSummation = "8e2b3108-d4c1-50be-a7a2-16352aec75c3" LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" -Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" +FastBroadcast = "7034ab61-46d4-4ed7-9d0f-46aef9175898" +KahanSummation = "8e2b3108-d4c1-50be-a7a2-16352aec75c3" StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91" AccurateArithmetic = "22286c92-06ac-501d-9306-4abd417d9753" +Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c" -FastBroadcast = "7034ab61-46d4-4ed7-9d0f-46aef9175898" [extras] Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" @@ -23,10 +23,11 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" test = ["Test"] [compat] -FastBroadcast = "0.2, 0.3, 0.4" -KahanSummation = "0.3, 0.4" -Statistics = "1.7" -StatsBase = "0.33, 0.34, 0.35, 0.36" -AccurateArithmetic = "0.3.8, 0.3.9, 0.3.10" -Tables = "1.10" -julia = "1.8" +LinearAlgebra = "1.10" +FastBroadcast = "0.2.8 - 0.5" +KahanSummation = "0.3 - 0.5" +StatsBase = "0.34 - 0.50" +AccurateArithmetic = "0.3.8 - 0.5" +Statistics = "1.11" +Tables = "1.11" +julia = "1.10"