-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.toml
More file actions
executable file
·35 lines (31 loc) · 919 Bytes
/
Project.toml
File metadata and controls
executable file
·35 lines (31 loc) · 919 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
31
32
33
34
35
name = "MERIT"
uuid = "0c276b8d-6eb3-44a0-a3a7-2fd8fb8ab939"
authors = ["Aaron Dinesh"]
version = "1.0.0-DEV"
[deps]
AxisArrays = "39de3d68-74b9-583c-8d2d-e117c070f3a9"
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Debugger = "31a5f54b-26ea-5ae9-a837-f05ce5417438"
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
MAT = "23992714-dd62-5051-b70f-ba57cb901cac"
MetaArrays = "36b8f3f0-b776-11e8-061f-1f20094e1fc8"
PProf = "e4faabce-9ead-11e9-39d9-4379958e3056"
PlotlyJS = "f0f68f2c-4968-5e81-91da-67840de0976a"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
[compat]
BenchmarkTools = "1"
CSV = "0.10"
DataFrames = "1"
Debugger = "0.7"
DelimitedFiles = "1"
MAT = "0.10"
PProf = "3"
PlotlyJS = "0.18"
Plots = "1"
julia = "1"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]