-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.toml
More file actions
37 lines (31 loc) · 994 Bytes
/
Project.toml
File metadata and controls
37 lines (31 loc) · 994 Bytes
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
name = "NonlinearNormalForm"
uuid = "05e19671-dec8-4f15-984f-54eaa6ca64be"
authors = ["Matt Signorelli"]
version = "0.4.4"
[deps]
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
ReferenceFrameRotations = "74f56ac7-18b3-5285-802d-d4bd4f104033"
SkewLinearAlgebra = "5c889d49-8c60-4500-9d10-5d3a22e2f4b9"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
TPSAInterface = "575459ea-959c-4603-9b15-d63fb6693033"
[weakdeps]
GTPSA = "b27dd330-f138-47c5-815b-40db9dd9b6e8"
[extensions]
NonlinearNormalFormGTPSAExt = "GTPSA"
[compat]
DelimitedFiles = "1"
GTPSA = "1.5"
Reexport = "1"
ReferenceFrameRotations = "3"
SkewLinearAlgebra = "1"
StaticArrays = "1"
TPSAInterface = "0.3.0"
julia = "1.9"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
GTPSA = "b27dd330-f138-47c5-815b-40db9dd9b6e8"
[targets]
test = ["Test", "GTPSA"]