-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.toml
More file actions
29 lines (25 loc) · 832 Bytes
/
Project.toml
File metadata and controls
29 lines (25 loc) · 832 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
name = "SignalTablesInterface_CairoMakie"
uuid = "9a677d73-819a-4685-8db0-bdf9b06384c4"
authors = ["Martin.Otter@dlr.de <Martin.Otter@dlr.de>"]
version = "0.1.2"
[deps]
CairoMakie = "13f3f980-e62b-5c42-98c6-ff1f3baf88f0"
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Measurements = "eff96d63-e80a-5855-80a2-b1b0885c5ab7"
MonteCarloMeasurements = "0987c9cc-fe09-11e8-30f0-b96dd679fdca"
SignalTables = "3201582d-3078-4276-ba5d-0a1254d79d7c"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
[compat]
CairoMakie = "0.8"
Colors = "0.12, 0.11, 0.10"
DataFrames = "1, 0.22, 0.21, 0.20, 0.19"
Measurements = "2"
MonteCarloMeasurements = "1, 0.10"
SignalTables = "0.4, 0.3"
Unitful = "1"
julia = "1.7"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]