mirror of
https://gitlab.rlp.net/mobitar/ReCo.jl.git
synced 2024-09-19 19:01:17 +00:00
Update deps
This commit is contained in:
parent
475c496b31
commit
94fb1937e3
1 changed files with 11 additions and 11 deletions
|
@ -106,9 +106,9 @@ version = "1.44.6"
|
|||
|
||||
[[deps.ChainRulesCore]]
|
||||
deps = ["Compat", "LinearAlgebra", "SparseArrays"]
|
||||
git-tree-sha1 = "dc4405cee4b2fe9e1108caec2d760b7ea758eca2"
|
||||
git-tree-sha1 = "e7ff6cadf743c098e08fca25c91103ee4303c9bb"
|
||||
uuid = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
|
||||
version = "1.15.5"
|
||||
version = "1.15.6"
|
||||
|
||||
[[deps.ChangesOfVariables]]
|
||||
deps = ["ChainRulesCore", "LinearAlgebra", "Test"]
|
||||
|
@ -226,10 +226,10 @@ uuid = "b429d917-457f-4dbc-8f4c-0cc954292b1d"
|
|||
version = "0.4.0"
|
||||
|
||||
[[deps.DiffResults]]
|
||||
deps = ["StaticArrays"]
|
||||
git-tree-sha1 = "c18e98cba888c6c25d1c3b048e4b3380ca956805"
|
||||
deps = ["StaticArraysCore"]
|
||||
git-tree-sha1 = "782dd5f4561f5d267313f23853baaaa4c52ea621"
|
||||
uuid = "163ba53b-c6d8-5494-b064-1a9d43ac40c5"
|
||||
version = "1.0.3"
|
||||
version = "1.1.0"
|
||||
|
||||
[[deps.DiffRules]]
|
||||
deps = ["IrrationalConstants", "LogExpFunctions", "NaNMath", "Random", "SpecialFunctions"]
|
||||
|
@ -243,9 +243,9 @@ uuid = "8ba89e20-285c-5b6f-9357-94700520ee1b"
|
|||
|
||||
[[deps.Distributions]]
|
||||
deps = ["ChainRulesCore", "DensityInterface", "FillArrays", "LinearAlgebra", "PDMats", "Printf", "QuadGK", "Random", "SparseArrays", "SpecialFunctions", "Statistics", "StatsBase", "StatsFuns", "Test"]
|
||||
git-tree-sha1 = "70e9677e1195e7236763042194e3fbf147fdb146"
|
||||
git-tree-sha1 = "0d7d213133d948c56e8c2d9f4eab0293491d8e4a"
|
||||
uuid = "31c24e10-a181-5473-b8eb-7969acd0382f"
|
||||
version = "0.25.74"
|
||||
version = "0.25.75"
|
||||
|
||||
[[deps.DocStringExtensions]]
|
||||
deps = ["LibGit2"]
|
||||
|
@ -856,14 +856,14 @@ version = "0.7.7"
|
|||
|
||||
[[deps.StaticArrays]]
|
||||
deps = ["LinearAlgebra", "Random", "StaticArraysCore", "Statistics"]
|
||||
git-tree-sha1 = "efa8acd030667776248eabb054b1836ac81d92f0"
|
||||
git-tree-sha1 = "2189eb2c1f25cb3f43e5807f26aa864052e50c17"
|
||||
uuid = "90137ffa-7385-5640-81b9-e52037218182"
|
||||
version = "1.5.7"
|
||||
version = "1.5.8"
|
||||
|
||||
[[deps.StaticArraysCore]]
|
||||
git-tree-sha1 = "ec2bd695e905a3c755b33026954b119ea17f2d22"
|
||||
git-tree-sha1 = "6b7ba252635a5eff6a0b0664a41ee140a1c9e72a"
|
||||
uuid = "1e83bf80-4336-4d27-bf5d-d5a4f845583c"
|
||||
version = "1.3.0"
|
||||
version = "1.4.0"
|
||||
|
||||
[[deps.Statistics]]
|
||||
deps = ["LinearAlgebra", "SparseArrays"]
|
||||
|
|
Loading…
Reference in a new issue