-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
39 lines (35 loc) · 1.1 KB
/
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
32
33
34
35
36
37
38
39
name = "TightBindingToolkit"
uuid = "2233325a-6eb3-486f-aff0-670e0939fa7e"
authors = ["Anjishnu Bose", "Sreekar Voleti", "Samuel Vadnais"]
version = "2.3.4"
[deps]
Bijections = "e2ed5e7c-b2de-5872-ae92-c73ca462fb04"
FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
LaTeXStrings = "b964fa9f-0449-5b57-a5c2-d3ea65f4040f"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
MappedArrays = "dbb5928d-eab1-5f90-85c2-b9b0edb7c900"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
PyPlot = "d330b81b-6aea-500a-939a-2ce795aea3ee"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
TensorCast = "02d47bb6-7ce6-556a-be16-bb1710789e2b"
Tullio = "bc48ee85-29a4-5162-ae0b-a64e1601d4bc"
[compat]
FFTW = "^1.6"
LaTeXStrings = "1.3"
Logging = "^1.6.7"
MappedArrays = "^0.4"
Plots = "^1.38"
PyPlot = "2.11"
Statistics = "1.0 - 2.0"
StatsBase = "^0.34"
TensorCast = "^0.4"
Tullio = "^0.3"
Bijections = "^0.1"
julia = "^1.6, ^1.9"
LinearAlgebra = "^1.6, ^1.9"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]