Skip to content

Commit

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

Co-authored-by: CompatHelper Julia <compathelper_noreply@julialang.org>
  • Loading branch information
github-actions[bot] and CompatHelper Julia committed Apr 16, 2024
1 parent 379336b commit f94f314
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/Project.toml
Expand Up @@ -8,13 +8,14 @@ Kalman = "d59c0ba6-2ef2-5409-8dc5-1fd9a2b46832"
Libtask = "6f1fad26-d15e-5dc8-ae53-837a1d7b8c9f"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Random123 = "74087812-796a-5b5d-8853-05524746bad3"
StableRNGs = "860ef19b-820b-49d6-a774-d7a799459cd3"
SSMProblems = "26aad666-b158-4e64-9d35-0e672562fa48"
StableRNGs = "860ef19b-820b-49d6-a774-d7a799459cd3"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
AbstractMCMC = "2, 3, 4, 5"
Distributions = "0.24, 0.25"
Libtask = "0.8"
Random123 = "1.3"
StableRNGs = "1"
julia = "1.3"

0 comments on commit f94f314

Please sign in to comment.