Skip to content

Commit 0699bef

Browse files
committed
Requires is no longer required
1 parent 9aa6f75 commit 0699bef

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

Project.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,21 +12,18 @@ LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
1212
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
1313
Quadmath = "be4d8f0f-7fa4-5f49-b795-2f01399ab2dd"
1414
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
15-
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
1615
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
1716

1817
[compat]
1918
GenericLinearAlgebra = "0.2.5 - 0.3"
2019
Quadmath = "0.5.10"
21-
Requires = "1"
2220
SpecialFunctions = "1 - 2"
2321
julia = "1.6"
2422

2523
[extras]
2624
GenericLinearAlgebra = "14197337-ba66-59df-a3e3-ca00e7dcff7a"
2725
GenericSchur = "c145ed77-6b09-5dd9-b285-bf645a82121e"
28-
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
2926
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
3027

3128
[targets]
32-
test = ["Test", "SpecialFunctions", "GenericLinearAlgebra", "GenericSchur"]
29+
test = ["Test", "GenericLinearAlgebra", "GenericSchur"]

src/DoubleFloats.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ export DoubleFloat,
3535

3636
using Base.MathConstants: pi, golden, ℯ, eulergamma, catalan
3737

38-
using Requires
3938
using Printf
4039
using Random
4140
import Random: rand, randn

0 commit comments

Comments
 (0)