Skip to content

Commit

Permalink
Merge pull request #271 from avik-pal/patch-1
Browse files Browse the repository at this point in the history
Add compat for StdLibs
  • Loading branch information
ChrisRackauckas authored Nov 1, 2023
2 parents 7cb4aed + d2f07b1 commit b07360f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,16 +48,16 @@ FastLevenbergMarquardt = "0.1"
FiniteDiff = "2"
ForwardDiff = "0.10.3"
LeastSquaresOptim = "0.8"
LinearAlgebra = "1.9"
LineSearches = "7"
LinearAlgebra = "1.6"
LinearSolve = "2.12"
NonlinearProblemLibrary = "0.1"
PrecompileTools = "1"
RecursiveArrayTools = "2"
Reexport = "0.2, 1"
SciMLBase = "2.4"
SimpleNonlinearSolve = "0.1.23"
SparseArrays = "1.6"
SparseArrays = "1.9"
SparseDiffTools = "2.9"
StaticArraysCore = "1.4"
UnPack = "1.0"
Expand Down

0 comments on commit b07360f

Please sign in to comment.