-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathProject.toml
56 lines (54 loc) · 1.9 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
name = "Wannier"
uuid = "2b19380a-1f7e-4d7d-b1b8-8aa60b3321c9"
authors = ["Junfeng Qiao <qiaojunfeng@outlook.com>"]
version = "0.4.0"
[deps]
Artifacts = "56f22d72-fd6d-98f1-02f0-08ddc0907c33"
Bravais = "ada6cbde-b013-4edf-aa94-f6abe8bd6e6b"
Brillouin = "23470ee3-d0df-4052-8b1a-8cbd6363e7f0"
Comonicon = "863f3e99-da2a-4334-8734-de3dacbe5542"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
FastLapackInterface = "29a986be-02c6-4525-aec4-84b980013641"
FileTrees = "72696420-646e-6120-6e77-6f6420746567"
LazyArtifacts = "4af54fe1-eca0-43a8-85a7-787d91b784e3"
LazyGrids = "7031d0ef-c40d-4431-b2f8-61a8d2f650db"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
NLSolversBase = "d41bc354-129a-5804-8e4c-c37616107c6c"
NearestNeighbors = "b8a86587-4115-5ab1-83bc-aa920d37bbce"
OffsetArrays = "6fe1bfb0-de20-5000-8ca7-80f57d26f881"
Optim = "429524aa-4258-5aef-a3af-852621145aeb"
PeriodicTable = "7b2266bf-644c-5ea3-82d8-af4bbd25a884"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
Roots = "f2b01f46-fcfa-551c-844a-d8ac1e96c665"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
Spglib = "f761d5c5-86db-4880-b97f-9680a7cccfb5"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
WannierIO = "cb1bc77f-5443-4951-af9f-05b616a3e422"
[compat]
Artifacts = "1"
Bravais = "0.1"
Brillouin = "0.5.8"
Comonicon = "1"
DelimitedFiles = "1"
DocStringExtensions = "0.9"
FastLapackInterface = "2"
FileTrees = "0.3"
LazyArtifacts = "1"
LazyGrids = "0.4, 0.5, 1"
NLSolversBase = "7.8"
NearestNeighbors = "0.4"
OffsetArrays = "1.12"
Optim = "1.7"
PeriodicTable = "1.1"
ProgressMeter = "1.7"
Reexport = "1.2"
Roots = "2"
SpecialFunctions = "2"
Spglib = "0.6, 0.7, 0.8, 0.9"
StaticArrays = "1"
WannierIO = "0.2.5"
julia = "1.8.4"