File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -2,17 +2,15 @@ name = "Polynomials"
2
2
uuid = " f27b6e38-b328-58d1-80ce-0feddd5e7a45"
3
3
license = " MIT"
4
4
author = " JuliaMath"
5
- version = " 1.1.13 "
5
+ version = " 1.2.0 "
6
6
7
7
[deps ]
8
- GenericLinearAlgebra = " 14197337-ba66-59df-a3e3-ca00e7dcff7a"
9
8
Intervals = " d8418881-c3e1-53bb-8760-2df7ec849ed5"
10
9
LinearAlgebra = " 37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
11
10
OffsetArrays = " 6fe1bfb0-de20-5000-8ca7-80f57d26f881"
12
11
RecipesBase = " 3cdcf5f2-1ef4-517c-9805-6587b60abb01"
13
12
14
13
[compat ]
15
- GenericLinearAlgebra = " 0.2"
16
14
Intervals = " 0.5, 1.0, 1.3"
17
15
OffsetArrays = " 1"
18
16
RecipesBase = " 0.7, 0.8, 1"
Original file line number Diff line number Diff line change 1
1
module Polynomials
2
2
3
- using GenericLinearAlgebra
3
+ # using GenericLinearAlgebra ## remove for now. cf: https://github.com/JuliaLinearAlgebra/GenericLinearAlgebra.jl/pull/71#issuecomment-743928205
4
4
using LinearAlgebra
5
5
using Intervals
6
6
using OffsetArrays
You can’t perform that action at this time.
0 commit comments