diff --git a/Project.toml b/Project.toml index ada8fa5..95bf655 100644 --- a/Project.toml +++ b/Project.toml @@ -16,7 +16,6 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" Turing = "fce5fe82-541a-59a6-adf8-730c64b5f9a0" [compat] -julia = "1.9" Accessors = "0.1" BlockDiagonals = "0.1" Distributions = "0.25" @@ -24,6 +23,7 @@ DocStringExtensions = "0.9" ForwardDiff = "0.10" LinearAlgebra = "1" Logging = "1" -Random = "1" NonlinearSolve = "3" -Turing = "0.32" +Random = "1" +Turing = "0.32, 0.33" +julia = "1.9"