Skip to content

Commit db4e923

Browse files
committed
Update default manifest
1 parent 41f9302 commit db4e923

File tree

1 file changed

+35
-28
lines changed

1 file changed

+35
-28
lines changed

Manifest-v1.10.toml.default

Lines changed: 35 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
julia_version = "1.10.9"
44
manifest_format = "2.0"
5-
project_hash = "d3dd71b122f9abdc552c754e1d9c4338a54a2b6d"
5+
project_hash = "91fbc0aca07214a318c4ebc51ff7faea7297c8f9"
66

77
[[deps.ADTypes]]
88
git-tree-sha1 = "e2478490447631aedba0823d4d7a80b2cc8cdb32"
@@ -485,9 +485,9 @@ version = "1.15.1"
485485

486486
[[deps.DifferentiationInterface]]
487487
deps = ["ADTypes", "LinearAlgebra"]
488-
git-tree-sha1 = "e41b6696c84291c4ad15f5f6eaf071b4dfbfda06"
488+
git-tree-sha1 = "aa87a743e3778d35a950b76fbd2ae64f810a2bb3"
489489
uuid = "a0c0ee7d-e4b9-4e03-894e-1c5f64a51d63"
490-
version = "0.6.51"
490+
version = "0.6.52"
491491

492492
[deps.DifferentiationInterface.extensions]
493493
DifferentiationInterfaceChainRulesCoreExt = "ChainRulesCore"
@@ -497,6 +497,7 @@ version = "0.6.51"
497497
DifferentiationInterfaceFiniteDiffExt = "FiniteDiff"
498498
DifferentiationInterfaceFiniteDifferencesExt = "FiniteDifferences"
499499
DifferentiationInterfaceForwardDiffExt = ["ForwardDiff", "DiffResults"]
500+
DifferentiationInterfaceGPUArraysCoreExt = "GPUArraysCore"
500501
DifferentiationInterfaceGTPSAExt = "GTPSA"
501502
DifferentiationInterfaceMooncakeExt = "Mooncake"
502503
DifferentiationInterfacePolyesterForwardDiffExt = ["PolyesterForwardDiff", "ForwardDiff", "DiffResults"]
@@ -519,6 +520,7 @@ version = "0.6.51"
519520
FiniteDiff = "6a86dc24-6348-571c-b903-95158fe2bd41"
520521
FiniteDifferences = "26cc04aa-876d-5657-8c51-4c34ba976000"
521522
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
523+
GPUArraysCore = "46192b85-c4d5-4398-a991-12ede77f4527"
522524
GTPSA = "b27dd330-f138-47c5-815b-40db9dd9b6e8"
523525
Mooncake = "da2b9cff-9c12-43a0-ae48-6db2b0edb7d6"
524526
PolyesterForwardDiff = "98d1487c-24ca-40b6-b7ab-df2af84e126b"
@@ -565,9 +567,9 @@ uuid = "8ba89e20-285c-5b6f-9357-94700520ee1b"
565567

566568
[[deps.Distributions]]
567569
deps = ["AliasTables", "FillArrays", "LinearAlgebra", "PDMats", "Printf", "QuadGK", "Random", "SpecialFunctions", "Statistics", "StatsAPI", "StatsBase", "StatsFuns"]
568-
git-tree-sha1 = "0b4190661e8a4e51a842070e7dd4fae440ddb7f4"
570+
git-tree-sha1 = "6d8b535fd38293bc54b88455465a1386f8ac1c3c"
569571
uuid = "31c24e10-a181-5473-b8eb-7969acd0382f"
570-
version = "0.25.118"
572+
version = "0.25.119"
571573

572574
[deps.Distributions.extensions]
573575
DistributionsChainRulesCoreExt = "ChainRulesCore"
@@ -939,9 +941,9 @@ version = "0.3.8"
939941

940942
[[deps.KiteUtils]]
941943
deps = ["Arrow", "CSV", "DocStringExtensions", "LinearAlgebra", "OrderedCollections", "Parameters", "Parsers", "Pkg", "PrecompileTools", "RecursiveArrayTools", "ReferenceFrameRotations", "Rotations", "StaticArrays", "StructArrays", "StructTypes", "YAML"]
942-
git-tree-sha1 = "45030c586d98912e8d405327d3ba972f17755c5f"
944+
git-tree-sha1 = "083329eaa20bec5e93f00b1d070ae71a7530f168"
943945
uuid = "90980105-b163-44e5-ba9f-8b1c83bb0533"
944-
version = "0.10.1"
946+
version = "0.10.2"
945947

946948
[[deps.Krylov]]
947949
deps = ["LinearAlgebra", "Printf", "SparseArrays"]
@@ -1135,9 +1137,9 @@ uuid = "d8e11817-5142-5d16-987a-aa16d5891078"
11351137
version = "0.4.17"
11361138

11371139
[[deps.MacroTools]]
1138-
git-tree-sha1 = "72aebe0b5051e5143a079a4685a46da330a40472"
1140+
git-tree-sha1 = "1e0228a030642014fe5cfe68c2c0a818f9e3f522"
11391141
uuid = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
1140-
version = "0.5.15"
1142+
version = "0.5.16"
11411143

11421144
[[deps.ManualMemory]]
11431145
git-tree-sha1 = "bcaef4fc7a0cfe2cba636d84cda54b5e4e4ca3cd"
@@ -1288,9 +1290,9 @@ version = "4.5.0"
12881290

12891291
[[deps.NonlinearSolveBase]]
12901292
deps = ["ADTypes", "Adapt", "ArrayInterface", "CommonSolve", "Compat", "ConcreteStructs", "DifferentiationInterface", "EnzymeCore", "FastClosures", "LinearAlgebra", "Markdown", "MaybeInplace", "Preferences", "Printf", "RecursiveArrayTools", "SciMLBase", "SciMLJacobianOperators", "SciMLOperators", "StaticArraysCore", "SymbolicIndexingInterface", "TimerOutputs"]
1291-
git-tree-sha1 = "f8ece81557f7e42879f017fa089e5283988a5f67"
1293+
git-tree-sha1 = "e56b37efd60a8caefc7f96831bd9dd225afd6a4a"
12921294
uuid = "be0214bd-f91f-a760-ac4e-3421ce2b2da0"
1293-
version = "1.5.2"
1295+
version = "1.5.3"
12941296

12951297
[deps.NonlinearSolveBase.extensions]
12961298
NonlinearSolveBaseBandedMatricesExt = "BandedMatrices"
@@ -1337,9 +1339,9 @@ weakdeps = ["ForwardDiff"]
13371339
NonlinearSolveSpectralMethodsForwardDiffExt = "ForwardDiff"
13381340

13391341
[[deps.OffsetArrays]]
1340-
git-tree-sha1 = "a414039192a155fb38c4599a60110f0018c6ec82"
1342+
git-tree-sha1 = "117432e406b5c023f665fa73dc26e79ec3630151"
13411343
uuid = "6fe1bfb0-de20-5000-8ca7-80f57d26f881"
1342-
version = "1.16.0"
1344+
version = "1.17.0"
13431345
weakdeps = ["Adapt"]
13441346

13451347
[deps.OffsetArrays.extensions]
@@ -1426,9 +1428,9 @@ version = "0.12.3"
14261428

14271429
[[deps.Parsers]]
14281430
deps = ["Dates", "PrecompileTools", "UUIDs"]
1429-
git-tree-sha1 = "8489905bcdbcfac64d1daa51ca07c0d8f0283821"
1431+
git-tree-sha1 = "44f6c1f38f77cafef9450ff93946c53bd9ca16ff"
14301432
uuid = "69de0a69-1ddd-5017-9359-2bf0b02dc9f0"
1431-
version = "2.8.1"
1433+
version = "2.8.2"
14321434

14331435
[[deps.Pkg]]
14341436
deps = ["Artifacts", "Dates", "Downloads", "FileWatching", "LibGit2", "Libdl", "Logging", "Markdown", "Printf", "REPL", "Random", "SHA", "Serialization", "TOML", "Tar", "UUIDs", "p7zip_jll"]
@@ -1698,9 +1700,9 @@ version = "0.6.43"
16981700

16991701
[[deps.SciMLBase]]
17001702
deps = ["ADTypes", "Accessors", "ArrayInterface", "CommonSolve", "ConstructionBase", "Distributed", "DocStringExtensions", "EnumX", "FunctionWrappersWrappers", "IteratorInterfaceExtensions", "LinearAlgebra", "Logging", "Markdown", "Moshi", "PrecompileTools", "Preferences", "Printf", "RecipesBase", "RecursiveArrayTools", "Reexport", "RuntimeGeneratedFunctions", "SciMLOperators", "SciMLStructures", "StaticArraysCore", "Statistics", "SymbolicIndexingInterface"]
1701-
git-tree-sha1 = "c4ce89e19f2a220e34c0f377fb41516b642ec899"
1703+
git-tree-sha1 = "f2db9ab9d33130df3be35be9438da51a3416d528"
17021704
uuid = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
1703-
version = "2.83.1"
1705+
version = "2.84.0"
17041706

17051707
[deps.SciMLBase.extensions]
17061708
SciMLBaseChainRulesCoreExt = "ChainRulesCore"
@@ -1773,9 +1775,9 @@ uuid = "1a1011a3-84de-559e-8e89-a11a2f7dc383"
17731775

17741776
[[deps.SimpleNonlinearSolve]]
17751777
deps = ["ADTypes", "ArrayInterface", "BracketingNonlinearSolve", "CommonSolve", "ConcreteStructs", "DifferentiationInterface", "FastClosures", "FiniteDiff", "ForwardDiff", "LineSearch", "LinearAlgebra", "MaybeInplace", "NonlinearSolveBase", "PrecompileTools", "Reexport", "SciMLBase", "Setfield", "StaticArraysCore"]
1776-
git-tree-sha1 = "a65e81385d9c45c6abe49d7676d71b07b5b6bbc1"
1778+
git-tree-sha1 = "0e08e4b2a1b0ffe7e4e16f1a63b49e32d8ce65b4"
17771779
uuid = "727e6d20-b764-4bd8-a329-72de5adea6c7"
1778-
version = "2.2.1"
1780+
version = "2.2.2"
17791781

17801782
[deps.SimpleNonlinearSolve.extensions]
17811783
SimpleNonlinearSolveChainRulesCoreExt = "ChainRulesCore"
@@ -1836,9 +1838,9 @@ version = "0.3.10"
18361838

18371839
[[deps.SpecialFunctions]]
18381840
deps = ["IrrationalConstants", "LogExpFunctions", "OpenLibm_jll", "OpenSpecFun_jll"]
1839-
git-tree-sha1 = "64cca0c26b4f31ba18f13f6c12af7c85f478cfde"
1841+
git-tree-sha1 = "41852b8679f78c8d8961eeadc8f62cef861a52e3"
18401842
uuid = "276daf66-3868-5448-9aa4-cd146d93841b"
1841-
version = "2.5.0"
1843+
version = "2.5.1"
18421844
weakdeps = ["ChainRulesCore"]
18431845

18441846
[deps.SpecialFunctions.extensions]
@@ -1966,9 +1968,9 @@ version = "7.2.1+1"
19661968

19671969
[[deps.Sundials]]
19681970
deps = ["CEnum", "DataStructures", "DiffEqBase", "Libdl", "LinearAlgebra", "Logging", "PrecompileTools", "Reexport", "SciMLBase", "SparseArrays", "Sundials_jll"]
1969-
git-tree-sha1 = "c135b599cec3558be36eaf86ab1ce7e259ef9534"
1971+
git-tree-sha1 = "7c7a7ee705724b3c80d5451ac49779db36c6f758"
19701972
uuid = "c3572dad-4567-51f8-b174-8c6c989267f4"
1971-
version = "4.27.0"
1973+
version = "4.28.0"
19721974

19731975
[[deps.Sundials_jll]]
19741976
deps = ["Artifacts", "CompilerSupportLibraries_jll", "JLLWrappers", "Libdl", "SuiteSparse_jll", "libblastrampoline_jll"]
@@ -1989,10 +1991,10 @@ uuid = "19f23fe9-fdab-4a78-91af-e7b7767979c3"
19891991
version = "0.2.2"
19901992

19911993
[[deps.SymbolicUtils]]
1992-
deps = ["AbstractTrees", "ArrayInterface", "Bijections", "ChainRulesCore", "Combinatorics", "ConstructionBase", "DataStructures", "DocStringExtensions", "DynamicPolynomials", "ExproniconLite", "LinearAlgebra", "MultivariatePolynomials", "NaNMath", "Setfield", "SparseArrays", "SpecialFunctions", "StaticArrays", "SymbolicIndexingInterface", "TaskLocalValues", "TermInterface", "TimerOutputs", "Unityper"]
1993-
git-tree-sha1 = "516a23c7f8f5204aa110b2447c77df1d0440ec7d"
1994+
deps = ["AbstractTrees", "ArrayInterface", "Bijections", "ChainRulesCore", "Combinatorics", "ConstructionBase", "DataStructures", "DocStringExtensions", "DynamicPolynomials", "ExproniconLite", "LinearAlgebra", "MultivariatePolynomials", "NaNMath", "Setfield", "SparseArrays", "SpecialFunctions", "StaticArrays", "SymbolicIndexingInterface", "TaskLocalValues", "TermInterface", "TimerOutputs", "Unityper", "WeakValueDicts"]
1995+
git-tree-sha1 = "ca5929df933a8b7272bc7f01dcd14b2d976c56e2"
19941996
uuid = "d1185830-fcd6-423d-90d6-eec64667417b"
1995-
version = "3.26.0"
1997+
version = "3.25.1"
19961998

19971999
[deps.SymbolicUtils.extensions]
19982000
SymbolicUtilsLabelledArraysExt = "LabelledArrays"
@@ -2180,9 +2182,9 @@ version = "0.21.71"
21802182

21812183
[[deps.VortexStepMethod]]
21822184
deps = ["Colors", "DefaultApplication", "DelimitedFiles", "DifferentiationInterface", "FiniteDiff", "Interpolations", "LaTeXStrings", "LinearAlgebra", "Logging", "Measures", "NonlinearSolve", "Parameters", "Pkg", "PreallocationTools", "PrecompileTools", "SciMLBase", "Serialization", "StaticArrays", "Statistics", "Timers", "Xfoil", "YAML"]
2183-
git-tree-sha1 = "7e2ff2d01630f7b29abd0368da1087ba2f3a542b"
2185+
git-tree-sha1 = "fd7616ebd3dc9fc2c0e5e6abf7ba641aa52be444"
21842186
uuid = "ed3cd733-9f0f-46a9-93e0-89b8d4998dd9"
2185-
version = "1.2.3"
2187+
version = "1.2.5"
21862188

21872189
[deps.VortexStepMethod.extensions]
21882190
VortexStepMethodControlPlotsExt = "ControlPlots"
@@ -2196,6 +2198,11 @@ git-tree-sha1 = "b1be2855ed9ed8eac54e5caff2afcdb442d52c23"
21962198
uuid = "ea10d353-3f73-51f8-a26c-33c1cb351aa5"
21972199
version = "1.4.2"
21982200

2201+
[[deps.WeakValueDicts]]
2202+
git-tree-sha1 = "98528c2610a5479f091d470967a25becfd83edd0"
2203+
uuid = "897b6980-f191-5a31-bcb0-bf3c4585e0c1"
2204+
version = "0.1.0"
2205+
21992206
[[deps.WinchModels]]
22002207
deps = ["DiscretePIDs", "KiteUtils", "Parameters"]
22012208
git-tree-sha1 = "75223b290e828f815b9d247dec304154aa4efbaa"

0 commit comments

Comments
 (0)