-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathProject.toml
More file actions
25 lines (21 loc) · 615 Bytes
/
Project.toml
File metadata and controls
25 lines (21 loc) · 615 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
name = "NormalForms"
uuid = "109d20d8-9763-411c-9b60-7eb2a068657f"
authors = ["Brandon Flores"]
version = "0.1.11-dev"
[deps]
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
[compat]
Aqua = "0.8"
LinearAlgebra = "1.6"
Requires = "1"
StaticArrays = "1"
Test = "1"
julia = "1.6"
[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Aqua", "LinearAlgebra", "StaticArrays", "Test"]