-
Notifications
You must be signed in to change notification settings - Fork 8
/
Project.toml
55 lines (49 loc) · 1.58 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
name = "Crystalline"
uuid = "ae5e2be0-a263-11e9-351e-f94dad1eb351"
authors = ["Thomas Christensen <[email protected]>"]
version = "0.6.5"
[deps]
Bravais = "ada6cbde-b013-4edf-aa94-f6abe8bd6e6b"
Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa"
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"
JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819"
LayeredLayouts = "f4a74d36-062a-4d48-97cd-1356bad1de4e"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Meshing = "e6723b4c-ebff-59f1-b4b7-d97aa5274f73"
PrettyTables = "08abe8d2-0d0c-5749-adfa-8a2ac140af0d"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
[weakdeps]
GraphMakie = "1ecd5474-83a3-4783-bb4f-06765db800d2"
PyPlot = "d330b81b-6aea-500a-939a-2ce795aea3ee"
[extensions]
CrystallineGraphMakieExt = "GraphMakie"
CrystallinePyPlotExt = "PyPlot"
[compat]
Bravais = "0.2.2"
Combinatorics = "1.0"
DelimitedFiles = "1"
DocStringExtensions = "0.8, 0.9"
GraphMakie = "0.5"
Graphs = "1.7"
JLD2 = "0.5"
LayeredLayouts = "0.2.5"
Meshing = "0.5, 0.6"
PrettyTables = "2"
PyPlot = "2"
Reexport = "1"
Requires = "1"
StaticArrays = "1.3"
Statistics = "1"
julia = "1.6"
[extras]
GraphMakie = "1ecd5474-83a3-4783-bb4f-06765db800d2"
PyPlot = "d330b81b-6aea-500a-939a-2ce795aea3ee"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]