From eb365006d7da121ed9774f6f12dae3462002b66f Mon Sep 17 00:00:00 2001 From: ParamThakkar123 Date: Mon, 5 Aug 2024 09:26:51 +0530 Subject: [PATCH] Added more dependencies --- lib/OrdinaryDiffEqFIRK/Project.toml | 1 + lib/OrdinaryDiffEqFeagin/Project.toml | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/OrdinaryDiffEqFIRK/Project.toml b/lib/OrdinaryDiffEqFIRK/Project.toml index af41c58062..60acca365d 100644 --- a/lib/OrdinaryDiffEqFIRK/Project.toml +++ b/lib/OrdinaryDiffEqFIRK/Project.toml @@ -11,6 +11,7 @@ LinearSolve = "7ed4a6bd-45f5-4d41-b270-4a48e9bafcae" SciMLOperators = "c0aeaf25-5076-4817-a8d5-81caf7dfa961" LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" MuladdMacro = "46d2c3a1-f734-5fdb-9937-b9b9aeba4221" +FastBroadcast = "7034ab61-46d4-4ed7-9d0f-46aef9175898" [compat] julia = "1.10" diff --git a/lib/OrdinaryDiffEqFeagin/Project.toml b/lib/OrdinaryDiffEqFeagin/Project.toml index 70352b95fa..04852810a3 100644 --- a/lib/OrdinaryDiffEqFeagin/Project.toml +++ b/lib/OrdinaryDiffEqFeagin/Project.toml @@ -12,9 +12,10 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f" Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e" +ODEProblemLibrary = "fdc4e326-1af4-4b90-96e7-779fcce2daa5" [compat] julia = "1.10" [targets] -test = ["DiffEqDevTools", "Random", "SafeTestsets", "Test", "DiffEqBase"] \ No newline at end of file +test = ["DiffEqDevTools", "Random", "SafeTestsets", "Test", "DiffEqBase", "ODEProblemLibrary"] \ No newline at end of file