-
Notifications
You must be signed in to change notification settings - Fork 1
/
Project.toml
40 lines (36 loc) · 1.24 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
40
name = "WannierPlots"
uuid = "aee37571-e66d-4c92-9c5d-c978af507da2"
authors = ["Junfeng Qiao <[email protected]>"]
version = "0.1.0"
[deps]
Brillouin = "23470ee3-d0df-4052-8b1a-8cbd6363e7f0"
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
GLMakie = "e9467ef8-e4e7-5192-8a1a-b1aee30e663a"
GeometryBasics = "5c1252a2-5f33-56bf-86c9-59e7332b4326"
LaTeXStrings = "b964fa9f-0449-5b57-a5c2-d3ea65f4040f"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
Meshing = "e6723b4c-ebff-59f1-b4b7-d97aa5274f73"
PeriodicTable = "7b2266bf-644c-5ea3-82d8-af4bbd25a884"
PlotlyJS = "f0f68f2c-4968-5e81-91da-67840de0976a"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
Wannier = "2b19380a-1f7e-4d7d-b1b8-8aa60b3321c9"
WannierIO = "cb1bc77f-5443-4951-af9f-05b616a3e422"
[extensions]
WannierPlotsMakieExt = ["Makie"]
[compat]
Brillouin = "0.5.8"
DocStringExtensions = "0.9"
GeometryBasics = "0.4"
LaTeXStrings = "1"
Makie = "0.17 - 0.21"
Meshing = "0.5 - 0.6"
PeriodicTable = "1.1"
PlotlyJS = "0.18"
StatsBase = "0.33 - 0.34"
Wannier = "0.3, 0.4"
julia = "1"
[extras]
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"