Skip to content

Commit 0abe46d

Browse files
authored
add compat bounds (#541)
* add compat bounds * oops
1 parent 2e2cb86 commit 0abe46d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Project.toml

+5
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,18 @@ PolynomialsMakieCoreExt = "MakieCore"
2424
PolynomialsMutableArithmeticsExt = "MutableArithmetics"
2525

2626
[compat]
27+
Aqua = "0.6, 0.7"
2728
ChainRulesCore = "1"
29+
ChainRulesTestUtils = "1"
30+
DualNumbers = "0.6"
2831
FFTW = "1"
2932
LinearAlgebra = "1.6"
3033
MakieCore = "0.6"
3134
MutableArithmetics = "1"
3235
RecipesBase = "0.7, 0.8, 1"
3336
Setfield = "1"
37+
SparseArrays = "1.6"
38+
SpecialFunctions = "1,2"
3439
julia = "1.6"
3540

3641
[extras]

0 commit comments

Comments
 (0)