Skip to content

Commit 9e01d6d

Browse files
committed
Fix main by freezing KiteUtils and AtmosphericModels
1 parent 9d4f807 commit 9e01d6d

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

Manifest-v1.11.toml.default

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# This file is machine-generated - editing it directly is not advised
22

3-
julia_version = "1.11.5"
3+
julia_version = "1.11.6"
44
manifest_format = "2.0"
5-
project_hash = "df69c18b332d02ab44da2ae5bc413764fb4a37ec"
5+
project_hash = "b7e6608cb08f613acdc2af9d43e0374bac40ce7c"
66

77
[[deps.ADTypes]]
88
git-tree-sha1 = "be7ae030256b8ef14a441726c4c37766b90b93a3"
@@ -164,9 +164,9 @@ version = "0.1.6"
164164

165165
[[deps.BlockArrays]]
166166
deps = ["ArrayLayouts", "FillArrays", "LinearAlgebra"]
167-
git-tree-sha1 = "a8c0f363186263d75e97a41878d10dd842797561"
167+
git-tree-sha1 = "291532989f81db780e435452ccb2a5f902ff665f"
168168
uuid = "8e7c35d0-a365-5155-bbbb-fb81a777f24e"
169-
version = "1.6.3"
169+
version = "1.7.0"
170170

171171
[deps.BlockArrays.extensions]
172172
BlockArraysAdaptExt = "Adapt"
@@ -396,9 +396,9 @@ version = "0.2.0+0"
396396

397397
[[deps.DiffEqBase]]
398398
deps = ["ArrayInterface", "ConcreteStructs", "DataStructures", "DocStringExtensions", "EnumX", "EnzymeCore", "FastBroadcast", "FastClosures", "FastPower", "FunctionWrappers", "FunctionWrappersWrappers", "LinearAlgebra", "Logging", "Markdown", "MuladdMacro", "Parameters", "PrecompileTools", "Printf", "RecursiveArrayTools", "Reexport", "SciMLBase", "SciMLOperators", "SciMLStructures", "Setfield", "Static", "StaticArraysCore", "Statistics", "SymbolicIndexingInterface", "TruncatedStacktraces"]
399-
git-tree-sha1 = "e263203658fe1ad956c0e343c419e8d54bdbb2fc"
399+
git-tree-sha1 = "e9b34e0eb3443492f396c97e7fed08630752a4f2"
400400
uuid = "2b5f629d-d688-5b77-993f-72d75c75574e"
401-
version = "6.177.1"
401+
version = "6.177.2"
402402

403403
[deps.DiffEqBase.extensions]
404404
DiffEqBaseCUDAExt = "CUDA"

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ KiteModelsControlPlotsExt = "ControlPlots"
5252
[compat]
5353
ADTypes = "1.14.0"
5454
Aqua = "0.8.11"
55-
AtmosphericModels = "0.2.4"
55+
AtmosphericModels = "=0.2.5"
5656
BenchmarkTools = "1.6"
5757
CodecXz = "0.7.4"
5858
Colors = "0"
@@ -67,7 +67,7 @@ Documenter = "1.10.1"
6767
Interpolations = "0.15.1"
6868
JLD2 = "0.5"
6969
KitePodModels = "0.3.8"
70-
KiteUtils = "0.10.10"
70+
KiteUtils = "=0.10.14"
7171
LaTeXStrings = "1.4.0"
7272
LinearAlgebra = "1.10, 1.11"
7373
LinearSolve = "~2.39.0, 3"
1.16 KB
Binary file not shown.

0 commit comments

Comments
 (0)