Skip to content

Commit 8fa353c

Browse files
Merge pull request #276 from ven-k/vkb/fix-downgrade-ci
Fix Downgrade CI test
2 parents 918d577 + e8d4c64 commit 8fa353c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Project.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@ Symbolics = "0c5d862f-8b57-4792-8d23-62f2024744c7"
1313

1414
[compat]
1515
Aqua = "0.8"
16-
ChainRulesCore = "1"
17-
ControlSystemsBase = "1"
18-
DataInterpolations = "4"
19-
DiffEqBase = "6.103"
16+
ChainRulesCore = "1.18"
17+
ControlSystemsBase = "1.4"
18+
DataInterpolations = "4.6"
19+
DiffEqBase = "6.143"
2020
IfElse = "0.1"
2121
LinearAlgebra = "1.10"
2222
ModelingToolkit = "9"
23-
OrdinaryDiffEq = "6.33"
23+
OrdinaryDiffEq = "6.66"
2424
SafeTestsets = "0.1"
25-
Symbolics = "5.2"
25+
Symbolics = "5.20"
2626
Test = "1"
2727
julia = "1.10"
2828

0 commit comments

Comments
 (0)