-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
31 lines (29 loc) · 915 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 = "TelemetryAnalysis"
uuid = "d7a29a4d-ab51-489b-bb94-63d3a201890b"
authors = ["Ronan Arraes Jardim Chagas <[email protected]>"]
version = "2.0.3"
[deps]
CodecZlib = "944b1d66-785c-5afd-91f1-9de20f533193"
Crayons = "a8cc5b0e-0ffa-5ad4-8c14-923d3ee1735f"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
PrettyTables = "08abe8d2-0d0c-5749-adfa-8a2ac140af0d"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
REPL = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
SIMD = "fdea26ae-647d-5447-a871-4b548cad5224"
Serialization = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
[compat]
CodecZlib = "0.7"
Crayons = "4"
DataFrames = "1"
Dates = "1.6"
PrettyTables = "2"
ProgressMeter = "1"
REPL = "1.6"
Reexport = "1"
SIMD = "3"
Serialization = "1.6"
Unitful = "1"
julia = "1.6"