Skip to content

Commit

Permalink
add compat entries
Browse files Browse the repository at this point in the history
  • Loading branch information
marius311 committed Dec 22, 2021
1 parent 8885093 commit 5d7c2bb
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 8 deletions.
16 changes: 16 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,19 @@ Serialization = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
Setfield = "efcf1570-3423-57d1-acb7-fd33fddbac46"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
UnPack = "3a884ed6-31ef-47d7-9d2a-63182c4928ed"

[compat]
julia = "1.6"
AbstractDifferentiation = "0.2.1"
ComponentArrays = "0.11.7"
CovarianceEstimation = "0.2.7"
Distributions = "0.25.36"
FileIO = "1.11"
FiniteDifferences = "0.12.20"
ForwardDiff = "0.10.24"
NamedTupleTools = "0.13.7"
Optim = "1.5"
ProgressMeter = "1.7"
Requires = "1.2"
Setfield = "0.8.1"
UnPack = "1.0.2"
16 changes: 8 additions & 8 deletions docs/Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -262,9 +262,9 @@ uuid = "8ba89e20-285c-5b6f-9357-94700520ee1b"

[[Distributions]]
deps = ["ChainRulesCore", "DensityInterface", "FillArrays", "LinearAlgebra", "PDMats", "Printf", "QuadGK", "Random", "SparseArrays", "SpecialFunctions", "Statistics", "StatsBase", "StatsFuns", "Test"]
git-tree-sha1 = "c1724611e6ae29c6094c8d9850e3136297ba7fff"
git-tree-sha1 = "6a8dc9f82e5ce28279b6e3e2cea9421154f5bd0d"
uuid = "31c24e10-a181-5473-b8eb-7969acd0382f"
version = "0.25.36"
version = "0.25.37"

[[DistributionsAD]]
deps = ["Adapt", "ChainRules", "ChainRulesCore", "Compat", "DiffRules", "Distributions", "FillArrays", "LinearAlgebra", "NaNMath", "PDMats", "Random", "Requires", "SpecialFunctions", "StaticArrays", "StatsBase", "StatsFuns", "ZygoteRules"]
Expand Down Expand Up @@ -705,9 +705,9 @@ version = "1.2.2"

[[PrettyTables]]
deps = ["Crayons", "Formatting", "Markdown", "Reexport", "Tables"]
git-tree-sha1 = "b7ff9f9ce50eab241e978cd975ad4ae113f5a41f"
git-tree-sha1 = "dfb54c4e414caa595a1f2ed759b160f5a3ddcba5"
uuid = "08abe8d2-0d0c-5749-adfa-8a2ac140af0d"
version = "1.3.0"
version = "1.3.1"

[[Printf]]
deps = ["Unicode"]
Expand All @@ -727,9 +727,9 @@ version = "1.7.1"

[[PyCall]]
deps = ["Conda", "Dates", "Libdl", "LinearAlgebra", "MacroTools", "Serialization", "VersionParsing"]
git-tree-sha1 = "4ba3651d33ef76e24fef6a598b63ffd1c5e1cd17"
git-tree-sha1 = "71fd4022ecd0c6d20180e23ff1b3e05a143959c2"
uuid = "438e738f-606a-5dbb-bf0a-cddfbfd45ab0"
version = "1.92.5"
version = "1.93.0"

[[PyPlot]]
deps = ["Colors", "LaTeXStrings", "PyCall", "Sockets", "Test", "VersionParsing"]
Expand Down Expand Up @@ -810,9 +810,9 @@ version = "0.3.0+0"

[[Roots]]
deps = ["CommonSolve", "Printf", "Setfield"]
git-tree-sha1 = "5f69d1e2173de445c2f1c374dab9c6b3af5275a5"
git-tree-sha1 = "ee885e0f773804f046fd43d0d4ace305b3d540e2"
uuid = "f2b01f46-fcfa-551c-844a-d8ac1e96c665"
version = "1.3.12"
version = "1.3.13"

[[SHA]]
uuid = "ea8e919c-243c-51af-8825-aaa63cd721ce"
Expand Down

0 comments on commit 5d7c2bb

Please sign in to comment.