-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathProject.toml
More file actions
30 lines (28 loc) · 981 Bytes
/
Project.toml
File metadata and controls
30 lines (28 loc) · 981 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
name = "LegendEventAnalysis"
uuid = "ca666546-4c2a-41e4-9648-72713d810efe"
version = "0.3.1"
[deps]
ArraysOfArrays = "65a8f2f4-9b39-5baf-92e2-a9cc46fdf018"
IntervalSets = "8197267c-284f-5f27-9208-e0e47529a953"
LegendDataManagement = "9feedd95-f0e0-423f-a8dc-de0970eae6b3"
LegendDataTypes = "99e09c13-5545-5ee2-bfa2-77f358fb75d8"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
PropertyFunctions = "09e99361-2bb8-48a2-a80f-de58f0739eb4"
StructArrays = "09ab397b-f2b6-538f-b94a-2f83cf4a842a"
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
TypedTables = "9d95f2ec-7b3d-5a63-8d20-e2491e220bb9"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
UnitfulAtomic = "a7773ee8-282e-5fa2-be4e-bd808c38a91a"
[compat]
ArraysOfArrays = "0.6.5"
IntervalSets = "0.6, 0.7"
LegendDataManagement = "0.6"
LegendDataTypes = "0.1.4"
ProgressMeter = "1"
PropertyFunctions = "0.2.1"
StructArrays = "0.6.6, 0.7"
Tables = "1"
TypedTables = "1.4"
Unitful = "1.6"
UnitfulAtomic = "1.0"
julia = "1.10"