Skip to content

Commit bae2843

Browse files
committed
remove unnecessary dependence
1 parent 4043d58 commit bae2843

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

Project.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,19 @@ repo = "https://github.com/JuliaMath/DoubleFloats.jl.git"
77
version = "1.5.5"
88

99
[deps]
10-
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
1110
GenericLinearAlgebra = "14197337-ba66-59df-a3e3-ca00e7dcff7a"
12-
Polynomials = "f27b6e38-b328-58d1-80ce-0feddd5e7a45"
11+
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
1312
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
1413
Quadmath = "be4d8f0f-7fa4-5f49-b795-2f01399ab2dd"
1514
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
1615
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
1716
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
1817

1918
[compat]
20-
Polynomials = "1, 2, 3, 4, 5, 6"
19+
GenericLinearAlgebra = "0.2.5, 0.3, 0.4, 0.5, 0.6"
2120
Quadmath = "0.5.10, 0.6, 0.7, 0.8"
2221
Requires = "1"
2322
SpecialFunctions = "1.0, 1.1, 2.0, 2.1, 2.2, 2.3, 2.4, 2.5"
24-
GenericLinearAlgebra = "0.2.5, 0.3, 0.4, 0.5, 0.6"
2523
julia = "1.6"
2624

2725
[extras]

src/DoubleFloats.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@ using Printf
4040
using Random
4141
import Random: rand, randn
4242

43-
using Polynomials
44-
4543
using LinearAlgebra
4644
import LinearAlgebra: norm, mul!
4745

0 commit comments

Comments
 (0)