From 0c0c2bfde68c5cd837778bdde9099ae9e3b87dd9 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 18 Jan 2025 01:01:44 +0000 Subject: [PATCH] CompatHelper: bump compat for StatsBase to 0.34, (keep existing compat) --- Project.toml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/Project.toml b/Project.toml index 997dce2..aaa9f31 100644 --- a/Project.toml +++ b/Project.toml @@ -5,40 +5,40 @@ version = "0.1.0" [deps] Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b" +FLoops = "cc61a311-1640-44b5-9fba-1b764f453329" +HDF5 = "f67ccb44-e63f-5c2f-98bd-6dc0ccc4ba2f" ImageFiltering = "6a3955dd-da59-5b1f-98d4-e7296123deb5" +Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59" LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" LinearSolve = "7ed4a6bd-45f5-4d41-b270-4a48e9bafcae" OffsetArrays = "6fe1bfb0-de20-5000-8ca7-80f57d26f881" OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed" ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca" +Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" SharedArrays = "1a1011a3-84de-559e-8e89-a11a2f7dc383" SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf" SparseDiffTools = "47a9eef4-7e08-11e9-0b38-333d64bd3804" -StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91" -Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" -Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59" -StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" -HDF5 = "f67ccb44-e63f-5c2f-98bd-6dc0ccc4ba2f" -FLoops = "cc61a311-1640-44b5-9fba-1b764f453329" SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b" +StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" +StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91" [compat] -LinearSolve = "1.23" -julia = "^1" FLoops = "0.2" HDF5 = "0.16, 0.17" ImageFiltering = "0.7" Interpolations = "0.14, 0.15" +LinearSolve = "1.23" OffsetArrays = "1" OrdinaryDiffEq = "6" ProgressMeter = "1.9" SparseDiffTools = "2" SpecialFunctions = "2.3" StaticArrays = "1.9" -StatsBase = "0.33" +StatsBase = "0.33, 0.34" +julia = "^1" [extras] Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" [targets] -test = ["Test"] \ No newline at end of file +test = ["Test"]