Skip to content

Commit e535733

Browse files
authored
Update Project.toml (#543)
* Update Project.toml compat bump for MakieCore * Update Project.toml needed for nightly
1 parent 0abe46d commit e535733

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Project.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name = "Polynomials"
22
uuid = "f27b6e38-b328-58d1-80ce-0feddd5e7a45"
33
license = "MIT"
44
author = "JuliaMath"
5-
version = "4.0.5"
5+
version = "4.0.6"
66

77
[deps]
88
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
@@ -30,12 +30,14 @@ ChainRulesTestUtils = "1"
3030
DualNumbers = "0.6"
3131
FFTW = "1"
3232
LinearAlgebra = "1.6"
33-
MakieCore = "0.6"
33+
MakieCore = "0.6,0.7"
3434
MutableArithmetics = "1"
35+
OffsetArrays = "1"
3536
RecipesBase = "0.7, 0.8, 1"
3637
Setfield = "1"
3738
SparseArrays = "1.6"
3839
SpecialFunctions = "1,2"
40+
Test = "1.6"
3941
julia = "1.6"
4042

4143
[extras]

0 commit comments

Comments
 (0)