Skip to content

Commit fb50c31

Browse files
authored
Merge pull request #120 from control-toolbox/119-general-up-compat
Up compat
2 parents fb09400 + 67ffd39 commit fb50c31

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Project.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "CTFlows"
22
uuid = "1c39547c-7794-42f7-af83-d98194f657c2"
33
authors = ["Olivier Cots <olivier.cots@toulouse-inp.fr>"]
4-
version = "0.8.7"
4+
version = "0.8.8"
55

66
[deps]
77
CTBase = "54762871-cc72-4466-b8e8-f6c8b58076cd"
@@ -22,9 +22,9 @@ CTFlowsODE = "OrdinaryDiffEq"
2222
CTBase = "0.16"
2323
CTModels = "0.6"
2424
DocStringExtensions = "0.9"
25-
ForwardDiff = "0.10"
25+
ForwardDiff = "0.10, 1.0"
2626
LinearAlgebra = "1"
2727
MLStyle = "0.4"
2828
MacroTools = "0.5"
29-
OrdinaryDiffEq = "6.95"
29+
OrdinaryDiffEq = "6"
3030
julia = "1.10"

docs/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"
88
CTModels = "0.6"
99
Documenter = "1"
1010
DocumenterMermaid = "0.2"
11-
OrdinaryDiffEq = "6.98"
11+
OrdinaryDiffEq = "6"
1212
julia = "1.10"

test/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ CTBase = "0.16"
1414
CTModels = "0.6"
1515
CTParser = "0.5"
1616
LinearAlgebra = "1"
17-
OrdinaryDiffEq = "6.95"
17+
OrdinaryDiffEq = "6"
1818
Plots = "1.40"
1919
Test = "1"
2020
julia = "1.10"

0 commit comments

Comments
 (0)