Skip to content

Commit 47d9de4

Browse files
committed
fix: bump CasADi compat to 1.0.5
1 parent 54c01f6 commit 47d9de4

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ BifurcationKit = "0.4"
8888
BlockArrays = "1.1"
8989
BoundaryValueDiffEqAscher = "1.1.0"
9090
BoundaryValueDiffEqMIRK = "1.4.0"
91-
CasADi = "1.0.3"
91+
CasADi = "1.0.5"
9292
ChainRulesCore = "1"
9393
Combinatorics = "1"
9494
CommonSolve = "0.2.4"

test/downstream/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ SymbolicIndexingInterface = "2efcf032-c050-4f8e-a9bb-153293bab1f5"
1616

1717
[compat]
1818
ModelingToolkitStandardLibrary = "2.19"
19-
CasADi = "1.0.3"
19+
CasADi = "1.0.5"

test/downstream/dynamic_optimization.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ using Ipopt
77
using DataInterpolations
88
using CasADi
99

10+
import DiffEqBase: solve
1011
const M = ModelingToolkit
1112

1213
@testset "ODE Solution, no cost" begin

0 commit comments

Comments
 (0)