Skip to content

Commit 2e7cbb4

Browse files
authored
remove GenericLinearAlgebra dependency (#301)
1 parent 82f28a1 commit 2e7cbb4

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

Project.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,15 @@ name = "Polynomials"
22
uuid = "f27b6e38-b328-58d1-80ce-0feddd5e7a45"
33
license = "MIT"
44
author = "JuliaMath"
5-
version = "1.1.13"
5+
version = "1.2.0"
66

77
[deps]
8-
GenericLinearAlgebra = "14197337-ba66-59df-a3e3-ca00e7dcff7a"
98
Intervals = "d8418881-c3e1-53bb-8760-2df7ec849ed5"
109
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
1110
OffsetArrays = "6fe1bfb0-de20-5000-8ca7-80f57d26f881"
1211
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
1312

1413
[compat]
15-
GenericLinearAlgebra = "0.2"
1614
Intervals = "0.5, 1.0, 1.3"
1715
OffsetArrays = "1"
1816
RecipesBase = "0.7, 0.8, 1"

src/Polynomials.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module Polynomials
22

3-
using GenericLinearAlgebra
3+
# using GenericLinearAlgebra ## remove for now. cf: https://github.com/JuliaLinearAlgebra/GenericLinearAlgebra.jl/pull/71#issuecomment-743928205
44
using LinearAlgebra
55
using Intervals
66
using OffsetArrays

0 commit comments

Comments
 (0)