-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.toml
More file actions
42 lines (36 loc) · 1.1 KB
/
Project.toml
File metadata and controls
42 lines (36 loc) · 1.1 KB
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
name = "QuasiCrystal"
uuid = "7178fac9-d2bf-4933-964d-a28131e4f2a4"
version = "0.5.11"
authors = ["sotashimozono <shimozono-sota631@g.ecc.u-tokyo.ac.jp>"]
[deps]
LatticeCore = "84b1cbd8-bc58-4618-bc4f-b46a399f49f1"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
NearestNeighbors = "b8a86587-4115-5ab1-83bc-aa920d37bbce"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
[weakdeps]
NFFT = "efe261a4-0d2b-5849-be55-fc731d526b0d"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
[extensions]
QuasiCrystalNFFTExt = "NFFT"
QuasiCrystalPlotsExt = "Plots"
[compat]
Aqua = "0.8"
LatticeCore = "0.10"
LinearAlgebra = "1.10"
NFFT = "0.13, 0.14"
NearestNeighbors = "0.4"
Plots = "1"
Random = "1.10"
SparseArrays = "1.10"
StaticArrays = "1"
Test = "1.10"
julia = "1.10"
[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
NFFT = "efe261a4-0d2b-5849-be55-fc731d526b0d"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Aqua", "NFFT", "Plots", "Random", "Test"]