Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions lib/BVProblemLibrary/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
[compat]
Aqua = "0.8"
DiffEqBase = "6"
Markdown = "1.10"
SpecialFunctions = "2.3"
julia = "1.10"

Expand Down
3 changes: 2 additions & 1 deletion lib/DAEProblemLibrary/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e"
Markdown = "d6f4376e-aef5-505a-96c1-9c027394607a"

[compat]
Aqua = "0.5"
Aqua = "0.8"
DiffEqBase = "6"
Markdown = "1.10"
julia = "1.10"

[extras]
Expand Down
2 changes: 1 addition & 1 deletion lib/DDEProblemLibrary/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ version = "0.1.3"
DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e"

[compat]
Aqua = "0.5"
Aqua = "0.8"
DiffEqBase = "6"
julia = "1.10"

Expand Down
2 changes: 1 addition & 1 deletion lib/JumpProblemLibrary/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e"
RuntimeGeneratedFunctions = "7e49a35a-f44a-4d26-94aa-eba1b4ca6b47"

[compat]
Aqua = "0.5"
Aqua = "0.8"
Catalyst = "15"
DiffEqBase = "6"
RuntimeGeneratedFunctions = "0.5"
Expand Down
2 changes: 1 addition & 1 deletion lib/JumpProblemLibrary/test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ using JumpProblemLibrary
# Ambiguity checks are disabled since tests fail due to ambiguities
# in dependencies
using Aqua
Aqua.test_all(JumpProblemLibrary; ambiguities = false)
Aqua.test_all(JumpProblemLibrary; ambiguities = false, persistent_tasks = false)
5 changes: 4 additions & 1 deletion lib/ODEProblemLibrary/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,11 @@ Markdown = "d6f4376e-aef5-505a-96c1-9c027394607a"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"

[compat]
Aqua = "0.5"
Aqua = "0.8"
DiffEqBase = "6"
LinearAlgebra = "1.10"
Markdown = "1.10"
Random = "1.10"
julia = "1.10"

[extras]
Expand Down
3 changes: 2 additions & 1 deletion lib/SDEProblemLibrary/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ RuntimeGeneratedFunctions = "7e49a35a-f44a-4d26-94aa-eba1b4ca6b47"
SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462"

[compat]
Aqua = "0.5"
Aqua = "0.8"
DiffEqBase = "6"
Markdown = "1.10"
RuntimeGeneratedFunctions = "0.5"
SciMLBase = "2.0.1"
julia = "1.10"
Expand Down
2 changes: 1 addition & 1 deletion lib/SDEProblemLibrary/test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ using SDEProblemLibrary
# Ambiguity checks are disabled since tests fail due to ambiguities
# in dependencies
using Aqua
Aqua.test_all(SDEProblemLibrary; ambiguities = false)
Aqua.test_all(SDEProblemLibrary; ambiguities = false, persistent_tasks = false)
Loading