Skip to content

Commit c2ec115

Browse files
Fix all sublibrary compat issues
Fixed compat/deps mismatches in multiple sublibraries: Dependencies added to [deps]: - MuladdMacro added to: BDF, Rosenbrock, Tsit5, Verner - SciMLBase & Static added to: LowOrderRK - Static added to: HighOrderRK - TruncatedStacktraces added to: ExplicitRK - PrecompileTools added to: Tsit5, Verner - EnzymeCore added as weakdep to: Core Compat entries removed (not in deps): - RecursiveArrayTools removed from: ExplicitRK - Reexport removed from: ExplicitRK All 33 sublibrary Project.toml files now pass validation
1 parent 47ab7de commit c2ec115

File tree

8 files changed

+13
-2
lines changed

8 files changed

+13
-2
lines changed

lib/OrdinaryDiffEqBDF/Project.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ authors = ["ParamThakkar123 <paramthakkar864@gmail.com>"]
44
version = "1.8.0"
55

66
[deps]
7+
MuladdMacro = "46d2c3a1-f734-5fdb-9937-b9b9aeba4221"
78
SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
89

910
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"

lib/OrdinaryDiffEqCore/Project.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ FillArrays = "1a297f60-69ca-5386-bcde-b61e274b549b"
3737
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
3838
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
3939

40+
[weakdeps]
41+
EnzymeCore = "f151be2c-9106-41f4-ab19-57ee4f262869"
42+
4043
[extras]
4144
JET = "c3a54625-cd67-489e-a8e7-0a5a0ff4e31b"
4245
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

lib/OrdinaryDiffEqExplicitRK/Project.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ version = "1.2.0"
55

66
[deps]
77
SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
8+
TruncatedStacktraces = "781d530d-4396-4725-bb49-402e4bee1e77"
89
DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e"
910
FastBroadcast = "7034ab61-46d4-4ed7-9d0f-46aef9175898"
1011
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
@@ -24,8 +25,6 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
2425
Test = "<0.0.1, 1"
2526
FastBroadcast = "0.3"
2627
Random = "<0.0.1, 1"
27-
RecursiveArrayTools = "3"
28-
Reexport = "1.2.2"
2928
SafeTestsets = "0.1.0"
3029
TruncatedStacktraces = "1"
3130
SciMLBase = "2"

lib/OrdinaryDiffEqHighOrderRK/Project.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ version = "1.3.0"
55

66
[deps]
77
SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
8+
Static = "aedffcd0-7271-4cad-89d0-dc628f76c6d3"
89
DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e"
910
FastBroadcast = "7034ab61-46d4-4ed7-9d0f-46aef9175898"
1011
MuladdMacro = "46d2c3a1-f734-5fdb-9937-b9b9aeba4221"

lib/OrdinaryDiffEqLowOrderRK/Project.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ version = "1.4.0"
55

66
[deps]
77
DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e"
8+
SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
9+
Static = "aedffcd0-7271-4cad-89d0-dc628f76c6d3"
810
FastBroadcast = "7034ab61-46d4-4ed7-9d0f-46aef9175898"
911
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
1012
MuladdMacro = "46d2c3a1-f734-5fdb-9937-b9b9aeba4221"

lib/OrdinaryDiffEqRosenbrock/Project.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ authors = ["ParamThakkar123 <paramthakkar864@gmail.com>"]
44
version = "1.13.0"
55

66
[deps]
7+
MuladdMacro = "46d2c3a1-f734-5fdb-9937-b9b9aeba4221"
78
SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
89

910
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"

lib/OrdinaryDiffEqTsit5/Project.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ authors = ["ParamThakkar123 <paramthakkar864@gmail.com>"]
44
version = "1.3.0"
55

66
[deps]
7+
MuladdMacro = "46d2c3a1-f734-5fdb-9937-b9b9aeba4221"
78
SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
89

910
DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e"
@@ -13,6 +14,7 @@ TruncatedStacktraces = "781d530d-4396-4725-bb49-402e4bee1e77"
1314
OrdinaryDiffEqCore = "bbf590c4-e513-4bbe-9b18-05decba2e5d8"
1415
Static = "aedffcd0-7271-4cad-89d0-dc628f76c6d3"
1516
Preferences = "21216c6a-2e73-6563-6e65-726566657250"
17+
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
1618
RecursiveArrayTools = "731186ca-8d62-57ce-b412-fbd966d074cd"
1719
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
1820

lib/OrdinaryDiffEqVerner/Project.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ authors = ["ParamThakkar123 <paramthakkar864@gmail.com>"]
44
version = "1.4.0"
55

66
[deps]
7+
MuladdMacro = "46d2c3a1-f734-5fdb-9937-b9b9aeba4221"
78
SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
89

910
DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e"
@@ -13,6 +14,7 @@ TruncatedStacktraces = "781d530d-4396-4725-bb49-402e4bee1e77"
1314
OrdinaryDiffEqCore = "bbf590c4-e513-4bbe-9b18-05decba2e5d8"
1415
Static = "aedffcd0-7271-4cad-89d0-dc628f76c6d3"
1516
Preferences = "21216c6a-2e73-6563-6e65-726566657250"
17+
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
1618
RecursiveArrayTools = "731186ca-8d62-57ce-b412-fbd966d074cd"
1719
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
1820

0 commit comments

Comments
 (0)