Skip to content

Commit 3c701c3

Browse files
Merge pull request #170 from ChrisRackauckas-Claude/bump-aqua-0.8
Bump Aqua to 0.8 in all sublibraries
2 parents e7a2ede + a977c0c commit 3c701c3

File tree

8 files changed

+13
-7
lines changed

8 files changed

+13
-7
lines changed

lib/BVProblemLibrary/Project.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
1010
[compat]
1111
Aqua = "0.8"
1212
DiffEqBase = "6"
13+
Markdown = "1.10"
1314
SpecialFunctions = "2.3"
1415
julia = "1.10"
1516

lib/DAEProblemLibrary/Project.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@ DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e"
77
Markdown = "d6f4376e-aef5-505a-96c1-9c027394607a"
88

99
[compat]
10-
Aqua = "0.5"
10+
Aqua = "0.8"
1111
DiffEqBase = "6"
12+
Markdown = "1.10"
1213
julia = "1.10"
1314

1415
[extras]

lib/DDEProblemLibrary/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ version = "0.1.3"
66
DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e"
77

88
[compat]
9-
Aqua = "0.5"
9+
Aqua = "0.8"
1010
DiffEqBase = "6"
1111
julia = "1.10"
1212

lib/JumpProblemLibrary/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e"
88
RuntimeGeneratedFunctions = "7e49a35a-f44a-4d26-94aa-eba1b4ca6b47"
99

1010
[compat]
11-
Aqua = "0.5"
11+
Aqua = "0.8"
1212
Catalyst = "15"
1313
DiffEqBase = "6"
1414
RuntimeGeneratedFunctions = "0.5"

lib/JumpProblemLibrary/test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ using JumpProblemLibrary
55
# Ambiguity checks are disabled since tests fail due to ambiguities
66
# in dependencies
77
using Aqua
8-
Aqua.test_all(JumpProblemLibrary; ambiguities = false)
8+
Aqua.test_all(JumpProblemLibrary; ambiguities = false, persistent_tasks = false)

lib/ODEProblemLibrary/Project.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,11 @@ Markdown = "d6f4376e-aef5-505a-96c1-9c027394607a"
99
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
1010

1111
[compat]
12-
Aqua = "0.5"
12+
Aqua = "0.8"
1313
DiffEqBase = "6"
14+
LinearAlgebra = "1.10"
15+
Markdown = "1.10"
16+
Random = "1.10"
1417
julia = "1.10"
1518

1619
[extras]

lib/SDEProblemLibrary/Project.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@ RuntimeGeneratedFunctions = "7e49a35a-f44a-4d26-94aa-eba1b4ca6b47"
99
SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
1010

1111
[compat]
12-
Aqua = "0.5"
12+
Aqua = "0.8"
1313
DiffEqBase = "6"
14+
Markdown = "1.10"
1415
RuntimeGeneratedFunctions = "0.5"
1516
SciMLBase = "2.0.1"
1617
julia = "1.10"

lib/SDEProblemLibrary/test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ using SDEProblemLibrary
55
# Ambiguity checks are disabled since tests fail due to ambiguities
66
# in dependencies
77
using Aqua
8-
Aqua.test_all(SDEProblemLibrary; ambiguities = false)
8+
Aqua.test_all(SDEProblemLibrary; ambiguities = false, persistent_tasks = false)

0 commit comments

Comments
 (0)