-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject_common.toml
More file actions
35 lines (31 loc) · 983 Bytes
/
Project_common.toml
File metadata and controls
35 lines (31 loc) · 983 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 = "LibNEGF"
uuid = "b1aedd77-0951-42a6-b91d-75b8799e6157"
authors = ["Christoph Conrads", "Edoardo di Napoli", "Gustavo Ramirez-Hidalgo"]
version = "0.1.0-DEV"
[deps]
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MAT = "23992714-dd62-5051-b70f-ba57cb901cac"
Metal = "dde4c033-4e86-420c-a63e-0dd931031962"
PROPACK = "b169e327-5944-5131-97a6-5d3d3f0a476a"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
TimerOutputs = "a759f4b9-e2f1-59dc-863e-4aeb61b1ea8f"
[compat]
BenchmarkTools = "1.6.0"
CSV = "0.10.15"
LinearAlgebra = "1.11.0"
MAT = "0.10.7"
Metal = "1.5.1"
PROPACK = "0.5.0"
Printf = "1.11.0"
Random = "1.11.0"
SparseArrays = "1.11.0"
TimerOutputs = "0.5.28"
julia = "1.11.2"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]