Skip to content

Commit 4b6bb77

Browse files
authored
Bump Optim compat to include v2 (#136)
Optim.jl 2.0 was released with breaking changes around autodiff API, but this package doesn't use the affected autodiff keyword argument, so only the compat bound needs updating.
1 parent de59d0f commit 4b6bb77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "RobustAndOptimalControl"
22
uuid = "21fd56a4-db03-40ee-82ee-a87907bee541"
33
authors = ["Fredrik Bagge Carlson", "Marcus Greiff"]
4-
version = "0.4.46"
4+
version = "0.4.47"
55

66
[deps]
77
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
@@ -40,7 +40,7 @@ LinearMPC = "0.7"
4040
MatrixEquations = "2"
4141
MatrixPencils = "1"
4242
MonteCarloMeasurements = "1.0"
43-
Optim = "1.5"
43+
Optim = "1.5, 2"
4444
Plots = "1"
4545
RecipesBase = "1"
4646
SparseArrays = "1"

0 commit comments

Comments
 (0)