Skip to content
This repository has been archived by the owner on Sep 21, 2021. It is now read-only.

Commit

Permalink
candidate NLsolve fix (#752)
Browse files Browse the repository at this point in the history
  • Loading branch information
arnavs committed Oct 9, 2019
1 parent 7df1481 commit 44cad79
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions source/rst/Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -343,10 +343,10 @@ uuid = "39dd38d3-220a-591b-8e3c-4c3a8c710a94"
version = "0.4.1"

[[DiffEqDiffTools]]
deps = ["ArrayInterface", "LinearAlgebra", "Requires", "SparseArrays", "StaticArrays"]
git-tree-sha1 = "21b855cb29ec4594f9651e0e9bdc0cdcfdcd52c1"
deps = ["LinearAlgebra", "SparseArrays", "StaticArrays"]
git-tree-sha1 = "b992345a39b4d9681342ae795a8dacc100730182"
uuid = "01453d9d-ee7c-5054-8395-0335cb756afa"
version = "1.3.0"
version = "0.14.0"

[[DiffResults]]
deps = ["Compat", "StaticArrays"]
Expand Down Expand Up @@ -892,10 +892,10 @@ uuid = "76087f3c-5699-56af-9a33-bf431cd00edd"
version = "0.5.1"

[[NLsolve]]
deps = ["DiffEqDiffTools", "Distances", "ForwardDiff", "LineSearches", "LinearAlgebra", "NLSolversBase", "Printf", "Reexport"]
git-tree-sha1 = "c9578878f56f425a2160f5b436c7f79a154d154c"
deps = ["DiffEqDiffTools", "Distances", "ForwardDiff", "LineSearches", "LinearAlgebra", "NLSolversBase", "Printf", "Random", "Reexport", "SparseArrays", "Test"]
git-tree-sha1 = "413e54f04a4cbe9804089794eec6b06b2a43bc47"
uuid = "2774e3e8-f4cf-5e23-947b-6d7e65073b56"
version = "4.1.0"
version = "4.0.0"

[[NNlib]]
deps = ["Libdl", "LinearAlgebra", "Requires", "Statistics", "TimerOutputs"]
Expand Down Expand Up @@ -1234,9 +1234,9 @@ uuid = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"

[[SparseDiffTools]]
deps = ["Adapt", "ArrayInterface", "BandedMatrices", "BlockBandedMatrices", "DiffEqDiffTools", "ForwardDiff", "LightGraphs", "LinearAlgebra", "Requires", "SparseArrays", "VertexSafeGraphs"]
git-tree-sha1 = "c1ecded2bd37b1ce7db8e55a814c8aa63efa80fe"
git-tree-sha1 = "1b36284808f5971e73c43978e12842bedb31c293"
uuid = "47a9eef4-7e08-11e9-0b38-333d64bd3804"
version = "0.9.0"
version = "0.8.0"

[[SparsityDetection]]
deps = ["Cassette", "LinearAlgebra", "SparseArrays", "SpecialFunctions"]
Expand Down

0 comments on commit 44cad79

Please sign in to comment.