Skip to content

Commit 736b3d1

Browse files
build: add NonlinearSolve as test dependency
1 parent 676403e commit 736b3d1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Project.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ LinearAlgebra = "1.10"
7070
Logging = "1.10"
7171
Makie = "0.20, 0.21"
7272
Markdown = "1.10"
73+
NonlinearSolve = "2, 3"
7374
PartialFunctions = "1.1"
7475
PrecompileTools = "1.2"
7576
Preferences = "1.3"
@@ -98,6 +99,7 @@ ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
9899
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
99100
DelayDiffEq = "bcd4f6db-9728-5f36-b5f7-82caef46ccdb"
100101
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
102+
NonlinearSolve = "8913a72c-1f9b-4ce2-8d82-65094dcecaec"
101103
OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"
102104
PartialFunctions = "570af359-4316-4cb7-8c74-252c00c2016b"
103105
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
@@ -114,4 +116,4 @@ UnicodePlots = "b8865327-cd53-5732-bb35-84acbb429228"
114116
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
115117

116118
[targets]
117-
test = ["Pkg", "Plots", "UnicodePlots", "SafeTestsets", "Serialization", "Test", "StableRNGs", "StaticArrays", "StochasticDiffEq", "Aqua", "Zygote", "PartialFunctions", "DataFrames", "OrdinaryDiffEq", "ForwardDiff", "Tables"]
119+
test = ["Pkg", "Plots", "UnicodePlots", "SafeTestsets", "Serialization", "Test", "StableRNGs", "StaticArrays", "StochasticDiffEq", "Aqua", "Zygote", "PartialFunctions", "DataFrames", "NonlinearSolve", "OrdinaryDiffEq", "ForwardDiff", "Tables"]

0 commit comments

Comments
 (0)