From 64cfba5c2d7dc4e56097c71cb71ae158486ef7dd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 16 Nov 2024 10:42:16 +0000 Subject: [PATCH] CompatHelper: add new compat entry for ParticleDA at version 1 for package benchmark, (keep existing compat) (#290) Co-authored-by: CompatHelper Julia --- benchmark/Project.toml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/benchmark/Project.toml b/benchmark/Project.toml index b58ed10..d0f6ac7 100644 --- a/benchmark/Project.toml +++ b/benchmark/Project.toml @@ -13,6 +13,9 @@ PkgBenchmark = "32113eaa-f34f-5b0d-bd6c-c81e245fc73d" Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" StableRNGs = "860ef19b-820b-49d6-a774-d7a799459cd3" +[sources.ParticleDA] +path = ".." + [compat] BenchmarkCI = "0.1" BenchmarkTools = "0.5, 0.7, 1.0" @@ -23,10 +26,8 @@ GaussianRandomFields = "2.1.1" HDF5 = "0.14, 0.15, 0.16, 0.17" MPI = "0.20.8" PDMats = "0.11.17" +ParticleDA = "1" PkgBenchmark = "0.2.10" Random = "<0.0.1, 1" StableRNGs = "1" julia = "1.7" - -[sources] -ParticleDA = {path = ".."}