Skip to content

Commit d3801f9

Browse files
authored
Merge pull request #91 from JuliaMath/dpa/fix-project-file
Fix the formatting of the `Project.toml` file
2 parents cc85b84 + 3296c40 commit d3801f9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Project.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
88
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
99
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
1010

11+
[weakdeps]
12+
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
13+
14+
[extensions]
15+
QuadmathSpecialFunctionsExt = ["SpecialFunctions"]
16+
1117
[compat]
1218
Aqua = "0.6"
1319
Compat = "4.4"
@@ -17,16 +23,10 @@ SpecialFunctions = "2.0"
1723
Test = "<0.0.1, 1"
1824
julia = "1.6"
1925

20-
[extensions]
21-
QuadmathSpecialFunctionsExt = ["SpecialFunctions"]
22-
2326
[extras]
2427
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
2528
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
2629
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
2730

2831
[targets]
2932
test = ["Aqua", "Test", "SpecialFunctions"]
30-
31-
[weakdeps]
32-
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"

0 commit comments

Comments
 (0)