-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathProject.toml
31 lines (27 loc) · 1001 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
31
name = "NamedArrays"
uuid = "86f7a689-2022-50b4-a561-43c23ac3c673"
authors = ["David A. van Leeuwen <[email protected]>"]
version = "0.10.4"
[deps]
Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa"
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
InvertedIndices = "41ab1584-1d38-5bbf-9106-f11c6c58b48f"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
[compat]
Combinatorics = "1"
DataStructures = "0.18"
InvertedIndices = "1"
KahanSummation = "0.2, 0.3"
Requires = "1"
julia = "1"
[extras]
InlineStrings = "842dd82b-1e85-43dc-bf29-5d0ee9dffc48"
KahanSummation = "8e2b3108-d4c1-50be-a7a2-16352aec75c3"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["InlineStrings", "KahanSummation", "Test"]