-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathProject.toml
42 lines (38 loc) · 1.33 KB
/
Project.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
name = "Quaternionic"
uuid = "0756cd96-85bf-4b6f-a009-b5012ea7a443"
authors = ["Michael Boyle <michael.oliver.boyle@gmail.com>"]
version = "2.0.1"
[deps]
LaTeXStrings = "b964fa9f-0449-5b57-a5c2-d3ea65f4040f"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
[weakdeps]
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
FastDifferentiation = "eb9bf01b-bf85-4b60-bf87-ee5de06c00be"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
GenericLinearAlgebra = "14197337-ba66-59df-a3e3-ca00e7dcff7a"
Latexify = "23fbe1c1-3f47-55db-b15f-69d7ec21a316"
Symbolics = "0c5d862f-8b57-4792-8d23-62f2024744c7"
[extensions]
QuaternionicChainRulesCoreExt = "ChainRulesCore"
QuaternionicFastDifferentiationExt = "FastDifferentiation"
QuaternionicForwardDiffExt = "ForwardDiff"
QuaternionicLatexifyExt = "Latexify"
QuaternionicSymbolicsExt = "Symbolics"
[compat]
ChainRulesCore = "1"
FastDifferentiation = "0.3.15"
ForwardDiff = "0.10"
GenericLinearAlgebra = "0.3.11"
LaTeXStrings = "1"
Latexify = "0.15, 0.16"
LinearAlgebra = "1"
PrecompileTools = "1.1.1"
Random = "1"
Requires = "1"
StaticArrays = "1.8.1"
Symbolics = "0.1, 1, 2, 3, 4, 5, 6"
julia = "1.6"