forked from legend-exp/LegendEventAnalysis.jl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
26 lines (24 loc) · 829 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
name = "LegendEventAnalysis"
uuid = "ca666546-4c2a-41e4-9648-72713d810efe"
version = "0.1.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"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
[compat]
ArraysOfArrays = "0.6"
IntervalSets = "0.6, 0.7"
LegendDataManagement = "0.2.7"
LegendDataTypes = "0.1.4"
ProgressMeter = "1"
PropertyFunctions = "0.2"
StructArrays = "0.4, 0.5, 0.6"
Tables = "1"
Unitful = "1"
julia = "1.9"