Skip to content

Commit ac1ef07

Browse files
Update Project.toml compats
1 parent 19915ea commit ac1ef07

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Project.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ keywords = ["math", "floating-point", "doubledouble", "extended-precision", "acc
44
license = "MIT"
55
desc = "extended precision floating point types using value pairs"
66
repo = "https://github.com/JuliaMath/DoubleFloats.jl.git"
7-
version = "1.2.6"
7+
version = "1.3.0"
88

99
[deps]
1010
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
@@ -17,10 +17,10 @@ Requires = "ae029012-a4dd-5104-9daa-d747884805df"
1717
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
1818

1919
[compat]
20-
Polynomials = "1, 2, 3, 4, 5"
21-
Quadmath = "0.4, 0.5, 0.6"
20+
Polynomials = "1, 2, 3, 4, 5, 6"
21+
Quadmath = "0.4, 0.5, 0.6, 0.7, 0.8"
2222
Requires = "1"
23-
SpecialFunctions = "0.7, 0.8, 0.9, 0.10, 1.0, 1.1, 2"
23+
SpecialFunctions = "1.0, 1.1, 2.0, 2.1, 2.2, 2.3, 2.4, 2.5"
2424
GenericLinearAlgebra = "0.2.5, 0.3, 0.4, 0.5, 0.6"
2525
julia = "1"
2626

0 commit comments

Comments
 (0)