Skip to content

Commit 8911244

Browse files
authored
Merge pull request #98 from JuliaMath/compathelper/new_version/2020-02-29-23-08-04-648-88428540
CompatHelper: bump compat for "Requires" to "1.0"
2 parents 94dbeb5 + d1d96fb commit 8911244

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

Project.toml

+15-15
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,34 @@
1-
desc = "extended precision floating point types using value pairs"
2-
keywords = ["floating-point", "doubledouble", "extended-precision", "accuracy", "precision"]
31
name = "DoubleFloats"
42
uuid = "497a8b3b-efae-58df-a0af-a86822472b78"
5-
repo = "https://github.com/JuliaMath/DoubleFloats.jl.git"
3+
keywords = ["floating-point", "doubledouble", "extended-precision", "accuracy", "precision"]
64
license = "MIT"
5+
desc = "extended precision floating point types using value pairs"
6+
repo = "https://github.com/JuliaMath/DoubleFloats.jl.git"
77
version = "1.1.2"
88

99
[deps]
10-
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
11-
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
12-
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
1310
GenericSVD = "01680d73-4ee2-5a08-a1aa-533608c188bb"
1411
GenericSchur = "c145ed77-6b09-5dd9-b285-bf645a82121e"
12+
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
1513
Polynomials = "f27b6e38-b328-58d1-80ce-0feddd5e7a45"
14+
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
1615
Quadmath = "be4d8f0f-7fa4-5f49-b795-2f01399ab2dd"
17-
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
16+
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
1817
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
19-
20-
[extras]
2118
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
22-
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
23-
24-
[targets]
25-
test = ["Test", "SpecialFunctions"]
2619

2720
[compat]
2821
GenericSVD = "0"
2922
GenericSchur = "0"
3023
Polynomials = "0"
31-
SpecialFunctions = "0"
3224
Quadmath = "0"
33-
Requires = "0"
25+
Requires = "0, 1.0"
26+
SpecialFunctions = "0"
3427
julia = "1"
28+
29+
[extras]
30+
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
31+
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
32+
33+
[targets]
34+
test = ["Test", "SpecialFunctions"]

0 commit comments

Comments
 (0)