We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0abe46d commit e535733Copy full SHA for e535733
Project.toml
@@ -2,7 +2,7 @@ name = "Polynomials"
2
uuid = "f27b6e38-b328-58d1-80ce-0feddd5e7a45"
3
license = "MIT"
4
author = "JuliaMath"
5
-version = "4.0.5"
+version = "4.0.6"
6
7
[deps]
8
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
@@ -30,12 +30,14 @@ ChainRulesTestUtils = "1"
30
DualNumbers = "0.6"
31
FFTW = "1"
32
LinearAlgebra = "1.6"
33
-MakieCore = "0.6"
+MakieCore = "0.6,0.7"
34
MutableArithmetics = "1"
35
+OffsetArrays = "1"
36
RecipesBase = "0.7, 0.8, 1"
37
Setfield = "1"
38
SparseArrays = "1.6"
39
SpecialFunctions = "1,2"
40
+Test = "1.6"
41
julia = "1.6"
42
43
[extras]
0 commit comments