Skip to content

Commit d0c61d3

Browse files
committed
Project.toml formatting
1 parent a5b9421 commit d0c61d3

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

Project.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,6 @@ uuid = "bdcacae8-1622-11e9-2a5c-532679323890"
33
authors = ["Chris Elrod <elrodc@gmail.com>"]
44
version = "0.12.159"
55

6-
[weakdeps]
7-
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
8-
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
9-
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
10-
11-
[extensions]
12-
ForwardDiffExt = ["ChainRulesCore", "ForwardDiff"]
13-
SpecialFunctionsExt = "SpecialFunctions"
14-
156
[deps]
167
ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"
178
ArrayInterfaceCore = "30b0a656-2188-435a-8636-2ec0e6a096e2"
@@ -49,13 +40,22 @@ IfElse = "0.1"
4940
LayoutPointers = "0.1.11"
5041
OffsetArrays = "1.4.1"
5142
PolyesterWeave = "0.1.10, 0.2"
43+
PrecompileTools = "1"
5244
SIMDTypes = "0.1"
5345
SLEEFPirates = "0.6.23"
54-
PrecompileTools = "1"
5546
SpecialFunctions = "1, 2"
5647
Static = "0.8.4"
5748
StaticArrayInterface = "1"
5849
ThreadingUtilities = "0.5"
5950
UnPack = "1"
6051
VectorizationBase = "0.21.63"
6152
julia = "1.6"
53+
54+
[extensions]
55+
ForwardDiffExt = ["ChainRulesCore", "ForwardDiff"]
56+
SpecialFunctionsExt = "SpecialFunctions"
57+
58+
[weakdeps]
59+
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
60+
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
61+
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"

0 commit comments

Comments
 (0)