-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathProject.toml
More file actions
59 lines (54 loc) · 1.96 KB
/
Project.toml
File metadata and controls
59 lines (54 loc) · 1.96 KB
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
name = "Quaternionic"
uuid = "0756cd96-85bf-4b6f-a009-b5012ea7a443"
version = "4.0.1"
authors = ["Michael Boyle <michael.oliver.boyle@gmail.com>"]
[workspace]
projects = ["test", "docs"]
[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]
ChainRules = "082447d4-558c-5d27-93f4-14fc19e9eca2"
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
Enzyme = "7da242da-08ed-463a-9acd-ee780be4f1d9"
FastDifferentiation = "eb9bf01b-bf85-4b60-bf87-ee5de06c00be"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
GenericLinearAlgebra = "14197337-ba66-59df-a3e3-ca00e7dcff7a"
Latexify = "23fbe1c1-3f47-55db-b15f-69d7ec21a316"
Mooncake = "da2b9cff-9c12-43a0-ae48-6db2b0edb7d6"
StaticArraysCore = "1e83bf80-4336-4d27-bf5d-d5a4f845583c"
Symbolics = "0c5d862f-8b57-4792-8d23-62f2024744c7"
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
ZygoteRules = "700de1a5-db45-46bc-99cf-38207098b444"
[extensions]
QuaternionicChainRulesCoreExt = "ChainRulesCore"
QuaternionicChainRulesExt = ["ChainRules", "ChainRulesCore"]
QuaternionicFastDifferentiationExt = "FastDifferentiation"
QuaternionicForwardDiffExt = "ForwardDiff"
QuaternionicLatexifyExt = "Latexify"
QuaternionicSymbolicsExt = "Symbolics"
QuaternionicZygoteExt = ["Zygote", "ZygoteRules", "ChainRulesCore", "StaticArraysCore"]
[compat]
ChainRules = "1.72.6"
ChainRulesCore = "1"
Enzyme = "0.13.82"
FastDifferentiation = "0.3.15, 0.4"
ForwardDiff = "0.10, 1"
GenericLinearAlgebra = "0.3.11, 0.4"
LaTeXStrings = "1"
Latexify = "0.15, 0.16"
LinearAlgebra = "1"
Mooncake = "0.4.161, 0.5"
PrecompileTools = "1.2"
Random = "1"
Requires = "1"
StaticArrays = "1.8.1"
StaticArraysCore = "1.4.3"
Symbolics = "0.1, 1, 2, 3, 4, 5, 6, 7"
Zygote = "0.7.10"
ZygoteRules = "0.2.7"
julia = "1.6"