File tree Expand file tree Collapse file tree 8 files changed +13
-7
lines changed
Expand file tree Collapse file tree 8 files changed +13
-7
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
1010[compat ]
1111Aqua = " 0.8"
1212DiffEqBase = " 6"
13+ Markdown = " 1.10"
1314SpecialFunctions = " 2.3"
1415julia = " 1.10"
1516
Original file line number Diff line number Diff line change @@ -7,8 +7,9 @@ DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e"
77Markdown = " d6f4376e-aef5-505a-96c1-9c027394607a"
88
99[compat ]
10- Aqua = " 0.5 "
10+ Aqua = " 0.8 "
1111DiffEqBase = " 6"
12+ Markdown = " 1.10"
1213julia = " 1.10"
1314
1415[extras ]
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ version = "0.1.3"
66DiffEqBase = " 2b5f629d-d688-5b77-993f-72d75c75574e"
77
88[compat ]
9- Aqua = " 0.5 "
9+ Aqua = " 0.8 "
1010DiffEqBase = " 6"
1111julia = " 1.10"
1212
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e"
88RuntimeGeneratedFunctions = " 7e49a35a-f44a-4d26-94aa-eba1b4ca6b47"
99
1010[compat ]
11- Aqua = " 0.5 "
11+ Aqua = " 0.8 "
1212Catalyst = " 15"
1313DiffEqBase = " 6"
1414RuntimeGeneratedFunctions = " 0.5"
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ using JumpProblemLibrary
55# Ambiguity checks are disabled since tests fail due to ambiguities
66# in dependencies
77using Aqua
8- Aqua. test_all (JumpProblemLibrary; ambiguities = false )
8+ Aqua. test_all (JumpProblemLibrary; ambiguities = false , persistent_tasks = false )
Original file line number Diff line number Diff line change @@ -9,8 +9,11 @@ Markdown = "d6f4376e-aef5-505a-96c1-9c027394607a"
99Random = " 9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
1010
1111[compat ]
12- Aqua = " 0.5 "
12+ Aqua = " 0.8 "
1313DiffEqBase = " 6"
14+ LinearAlgebra = " 1.10"
15+ Markdown = " 1.10"
16+ Random = " 1.10"
1417julia = " 1.10"
1518
1619[extras ]
Original file line number Diff line number Diff line change @@ -9,8 +9,9 @@ RuntimeGeneratedFunctions = "7e49a35a-f44a-4d26-94aa-eba1b4ca6b47"
99SciMLBase = " 0bca4576-84f4-4d90-8ffe-ffa030f20462"
1010
1111[compat ]
12- Aqua = " 0.5 "
12+ Aqua = " 0.8 "
1313DiffEqBase = " 6"
14+ Markdown = " 1.10"
1415RuntimeGeneratedFunctions = " 0.5"
1516SciMLBase = " 2.0.1"
1617julia = " 1.10"
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ using SDEProblemLibrary
55# Ambiguity checks are disabled since tests fail due to ambiguities
66# in dependencies
77using Aqua
8- Aqua. test_all (SDEProblemLibrary; ambiguities = false )
8+ Aqua. test_all (SDEProblemLibrary; ambiguities = false , persistent_tasks = false )
You can’t perform that action at this time.
0 commit comments