-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
30 lines (24 loc) · 921 Bytes
/
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
name = "FastCholesky"
uuid = "2d5283b6-8564-42b6-bb00-83ed8e915756"
authors = ["Bart van Erp <b.v.erp@tue.nl>, Bagaev Dmitry <d.v.bagaev@tue.nl> and contributors"]
version = "1.3.1"
[deps]
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
PositiveFactorizations = "85a6dd25-e78a-55b7-8502-1745935b8125"
StaticArraysCore = "1e83bf80-4336-4d27-bf5d-d5a4f845583c"
[weakdeps]
StaticArraysCore = "1e83bf80-4336-4d27-bf5d-d5a4f845583c"
[extensions]
StaticArraysCoreExt = "StaticArraysCore"
[compat]
PositiveFactorizations = "0.2"
StaticArraysCore = "1"
julia = "1.6"
[extras]
JET = "c3a54625-cd67-489e-a8e7-0a5a0ff4e31b"
ReTestItems = "817f1d60-ba6b-4fd5-9520-3cf149f6a823"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
StaticArraysCore = "1e83bf80-4336-4d27-bf5d-d5a4f845583c"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "StaticArrays", "StaticArraysCore", "ReTestItems", "JET"]