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 docs, (keep existing compat)
  • Loading branch information
CompatHelper Julia committed Nov 16, 2024
1 parent bdd659e commit 069b371
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
YAML = "ddb6d928-2868-570f-bddf-ab3f9cf99eb6"

[sources.ParticleDA]
path = ".."

[compat]
DelimitedFiles = "1"
Distributions = "0.22, 0.23, 0.24, 0.25"
Expand All @@ -22,10 +25,8 @@ GaussianRandomFields = "2.1.1"
HDF5 = "0.14, 0.15, 0.16, 0.17"
MPI = "0.20"
PDMats = "0.11"
ParticleDA = "1"
StableRNGs = "1"
Statistics = "1"
YAML = "0.4"
julia = "1.7"

[sources]
ParticleDA = {path = ".."}

0 comments on commit 069b371

Please sign in to comment.