Skip to content

Commit

Permalink
CompatHelper: bump compat for NonlinearSolve to 4, (keep existing com…
Browse files Browse the repository at this point in the history
…pat)
  • Loading branch information
CompatHelper Julia committed Nov 4, 2024
1 parent 6b90ac2 commit 4f0280e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
SymbolicIndexingInterface = "2efcf032-c050-4f8e-a9bb-153293bab1f5"
Symbolics = "0c5d862f-8b57-4792-8d23-62f2024744c7"

[sources.NetworkDynamics]
rev = "main"
url = "https://github.com/JuliaDynamics/NetworkDynamics.jl"

[compat]
ArgCheck = "2.3.0"
DataFrames = "1.7.0"
Expand All @@ -31,14 +35,11 @@ LinearAlgebra = "1.10.0"
ModelingToolkit = "9.33.0"
ModelingToolkitStandardLibrary = "2.11.0"
NetworkDynamics = "0.9.0"
NonlinearSolve = "3.14.0"
NonlinearSolve = "3.14.0, 4"
OrderedCollections = "1.6.3"
SciMLBase = "2.48.1"
Setfield = "1.1.1"
StaticArrays = "1.9.7"
SymbolicIndexingInterface = "0.3.28"
Symbolics = "6.5.0"
julia = "1.10"

[sources]
NetworkDynamics = {rev = "main", url = "https://github.com/JuliaDynamics/NetworkDynamics.jl"}

0 comments on commit 4f0280e

Please sign in to comment.