Skip to content

Commit

Permalink
v0.7.18 remove GenericLinearAlgebra for GenericSVD
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffreySarnoff authored Mar 27, 2019
1 parent deeb0b5 commit 407310a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Package.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name = "DoubleFloats"
uuid = "497a8b3b-efae-58df-a0af-a86822472b78"
repo = "https://github.com/JuliaMath/DoubleFloats.jl.git"
license = "MIT"
version = "0.7.17"
version = "0.7.18"

[deps]
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Expand All @@ -19,7 +19,7 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["BenchmarkTools", "Distributions", "Random", "Statistics", "Test"]
test = ["LinearAlgebra", "GenericSVD", "BenchmarkTools", "Distributions", "Random", "Statistics", "Test"]

[compat]
GenericSVD = ">=0.2.1"

0 comments on commit 407310a

Please sign in to comment.