Skip to content

Commit 57f1c56

Browse files
committed
Remove Julia 1.10
1 parent dee4a26 commit 57f1c56

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

Manifest-v1.11.toml.default

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1268,7 +1268,7 @@ version = "0.6.12"
12681268
deps = ["AtmosphericModels", "Dierckx", "DiffEqBase", "DiscretePIDs", "DocStringExtensions", "Interpolations", "KitePodModels", "KiteUtils", "LinearAlgebra", "LinearSolve", "Logging", "NLSolversBase", "NLsolve", "NonlinearSolve", "OrdinaryDiffEqBDF", "OrdinaryDiffEqCore", "OrdinaryDiffEqNonlinearSolve", "Parameters", "Pkg", "PrecompileTools", "REPL", "Reexport", "Rotations", "StaticArrays", "Statistics", "Sundials", "Suppressor", "WinchModels"]
12691269
path = ".."
12701270
uuid = "b94af626-7959-4878-9336-2adc27959007"
1271-
version = "0.11.13"
1271+
version = "0.11.14"
12721272

12731273
[[deps.KitePodModels]]
12741274
deps = ["DocStringExtensions", "KiteUtils", "Reexport"]

Project.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,24 +45,24 @@ DocStringExtensions = "0.9.4"
4545
Interpolations = "0.15.1, 0.16"
4646
KitePodModels = "0.4.0"
4747
KiteUtils = "0.11.8"
48-
LinearAlgebra = "1.10, 1.11, 1.12"
48+
LinearAlgebra = "1.11, 1.12"
4949
LinearSolve = "3.59"
50-
Logging = "1.10, 1.11, 1.12"
50+
Logging = "1.11, 1.12"
5151
NLSolversBase = "7.10.0, 8.0"
5252
NLsolve = "4.5"
5353
NonlinearSolve = "4.11"
5454
OrdinaryDiffEqBDF = "1.18.0"
5555
OrdinaryDiffEqCore = "1.23.0, 3.6.0"
5656
OrdinaryDiffEqNonlinearSolve = "1.6.1"
5757
Parameters = "0.12"
58-
Pkg = "1.10, 1.11, 1.12"
58+
Pkg = "1.11, 1.12"
5959
PrecompileTools = "1.2, 1.3"
60-
REPL = "1.10.0, 1.11.0, 1.12.0"
60+
REPL = "1.11.0, 1.12.0"
6161
Reexport = "1.1, 1.2"
6262
Rotations = "1.7"
6363
StaticArrays = "1.9.7"
6464
Statistics = "1"
6565
Sundials = "4.24, 5.1"
6666
Suppressor = "0.2.8"
6767
WinchModels = "0.3.9"
68-
julia = "1.10, 1.11, 1.12"
68+
julia = "1.11, 1.12"

0 commit comments

Comments
 (0)