Skip to content

Commit 8413527

Browse files
Add compat entries for stdlib dependencies
Aqua 0.8 requires compat bounds for all dependencies including stdlib packages. Added compat entries for: - ODEProblemLibrary: LinearAlgebra, Markdown, Random - DAEProblemLibrary: Markdown - SDEProblemLibrary: Markdown - BVProblemLibrary: Markdown 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent f67ee17 commit 8413527

File tree

4 files changed

+6
-0
lines changed

4 files changed

+6
-0
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: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Markdown = "d6f4376e-aef5-505a-96c1-9c027394607a"
99
[compat]
1010
Aqua = "0.8"
1111
DiffEqBase = "6"
12+
Markdown = "1.10"
1213
julia = "1.10"
1314

1415
[extras]

lib/ODEProblemLibrary/Project.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
1111
[compat]
1212
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: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
1111
[compat]
1212
Aqua = "0.8"
1313
DiffEqBase = "6"
14+
Markdown = "1.10"
1415
RuntimeGeneratedFunctions = "0.5"
1516
SciMLBase = "2.0.1"
1617
julia = "1.10"

0 commit comments

Comments
 (0)