Skip to content

Commit

Permalink
Some more dependencies added
Browse files Browse the repository at this point in the history
  • Loading branch information
ParamThakkar123 committed Aug 5, 2024
1 parent 1eaa564 commit f1d94c2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
3 changes: 2 additions & 1 deletion lib/OrdinaryDiffEqFeagin/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@ DiffEqDevTools = "f3b72e0c-5b89-59e1-b016-84e28bfd966d"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e"

[compat]
julia = "1.10"

[targets]
test = ["DiffEqDevTools", "Random", "SafeTestsets", "Test"]
test = ["DiffEqDevTools", "Random", "SafeTestsets", "Test", "DiffEqBase"]
5 changes: 4 additions & 1 deletion lib/OrdinaryDiffEqRosenbrock/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
LinearSolve = "7ed4a6bd-45f5-4d41-b270-4a48e9bafcae"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
ODEProblemLibrary = "fdc4e326-1af4-4b90-96e7-779fcce2daa5"

[targets]
test = ["DiffEqDevTools", "Random", "SafeTestsets", "Test", "LinearAlgebra"]
test = ["DiffEqDevTools", "Random", "SafeTestsets", "Test", "LinearAlgebra", "LinearSolve", "ForwardDiff", "ODEProblemLibrary"]
3 changes: 2 additions & 1 deletion lib/OrdinaryDiffEqSSPRK/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ DiffEqDevTools = "f3b72e0c-5b89-59e1-b016-84e28bfd966d"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
ODEProblemLibrary = "fdc4e326-1af4-4b90-96e7-779fcce2daa5"

[targets]
test = ["DiffEqDevTools", "Random", "SafeTestsets", "Test"]
test = ["DiffEqDevTools", "Random", "SafeTestsets", "Test", "ODEProblemLibrary"]

0 comments on commit f1d94c2

Please sign in to comment.