Skip to content

Commit

Permalink
CompatHelper: add new compat entry for ParticleDA at version 1 for pa…
Browse files Browse the repository at this point in the history
…ckage benchmark, (keep existing compat) (#290)

Co-authored-by: CompatHelper Julia <[email protected]>
  • Loading branch information
github-actions[bot] and CompatHelper Julia authored Nov 16, 2024
1 parent 14b630b commit 64cfba5
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions benchmark/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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 = ".."}

0 comments on commit 64cfba5

Please sign in to comment.