Skip to content

Commit c069323

Browse files
Merge pull request #273 from JuliaMath/JeffreySarnoff-patch-6
Bump version to 1.6.4 and update compat entries
2 parents 4013f80 + 0761860 commit c069323

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Project.toml

Lines changed: 4 additions & 4 deletions
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.6.3"
7+
version = "1.6.4"
88

99
[deps]
1010
GenericLinearAlgebra = "14197337-ba66-59df-a3e3-ca00e7dcff7a"
@@ -15,10 +15,10 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
1515
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
1616

1717
[compat]
18-
GenericLinearAlgebra = "0.2.5 - 0.3"
19-
Quadmath = "0.5.10"
18+
GenericLinearAlgebra = "0.4 - 0.6"
19+
Quadmath = "1"
2020
SpecialFunctions = "1 - 2"
21-
julia = "1.6"
21+
julia = "1.10"
2222

2323
[extras]
2424
GenericLinearAlgebra = "14197337-ba66-59df-a3e3-ca00e7dcff7a"

0 commit comments

Comments
 (0)