-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathProject.toml
More file actions
30 lines (26 loc) · 813 Bytes
/
Copy pathProject.toml
File metadata and controls
30 lines (26 loc) · 813 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
name = "TightBinding"
uuid = "db00978d-8b5b-52b5-bbe7-ff451c144724"
authors = ["Yuki Nagai <cometscome@gmail.com>"]
version = "0.1.6"
[deps]
Dierckx = "39dd38d3-220a-591b-8e3c-4c3a8c710a94"
GR = "28b8d3ca-fb5f-59d9-8090-bfdbd6d07a71"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
ProgressBars = "49802e3a-d2f1-5c88-81d8-b72133a6f568"
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
[compat]
Dierckx = "0.4, 0.5"
GR = "0.64,0.73"
Plots = "1"
ProgressBars = "1"
Requires = "1"
StatsBase = "0.34"
julia = "1.10"
[extras]
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "Plots"]