Skip to content

Commit

Permalink
add NLsolve as a dependency for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
warisa-r committed Jun 4, 2024
1 parent 05853cf commit 43cf02d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ Polyester = "0.7.10"
PrecompileTools = "1.1"
Preferences = "1.3"
Printf = "1"
Random = "1"
RecipesBase = "1.1"
Reexport = "1.0"
Requires = "1.1"
Expand Down
2 changes: 2 additions & 0 deletions test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ FFMPEG = "c87230d0-a227-11e9-1b43-d7ebe4e7570a"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MPI = "da04e1cc-30fd-572f-bb4f-1f8673147195"
NLsolve = "2774e3e8-f4cf-5e23-947b-6d7e65073b56"
OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Expand All @@ -28,6 +29,7 @@ FFMPEG = "0.4"
ForwardDiff = "0.10.24"
LinearAlgebra = "1"
MPI = "0.20"
NLsolve = "4.5.1"
OrdinaryDiffEq = "6.49.1"
Plots = "1.19"
Printf = "1"
Expand Down

0 comments on commit 43cf02d

Please sign in to comment.