-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.toml
More file actions
65 lines (60 loc) · 2.02 KB
/
Project.toml
File metadata and controls
65 lines (60 loc) · 2.02 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
name = "StructureFunctions"
uuid = "e93fee26-4d5e-49c1-899d-490508cfd19b"
version = "0.3.0"
authors = ["Jordan Benjamin"]
[workspace]
projects = ["test"]
[deps]
Distances = "b4f34e82-e78d-54a5-968a-f98e89d6e8f7"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
LoopVectorization = "bdcacae8-1622-11e9-2a5c-532679323890"
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
[weakdeps]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
CairoMakie = "13f3f980-e62b-5c42-98c6-ff1f3baf88f0"
DiskArrays = "3c3547ce-8d99-4f5e-a174-61eb10b00ae3"
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
FINUFFT = "d8beea63-0952-562e-9c6a-8e8ef7364055"
HDF5 = "f67ccb44-e63f-5c2f-98bd-6dc0ccc4ba2f"
JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819"
KernelAbstractions = "63c18a36-062a-441e-b654-da1e3ab1ce7c"
NCDatasets = "85f8d34a-cbdd-5861-8df4-14fed0d494ab"
OhMyThreads = "67456a42-1dca-4109-a031-0a68de7e3ad5"
SharedArrays = "1a1011a3-84de-559e-8e89-a11a2f7dc383"
Zarr = "0a941bbe-ad1d-11e8-39d9-ab76183a1d99"
[extensions]
StructureFunctionsCSVExt = ["CSV"]
StructureFunctionsCairoMakieExt = ["CairoMakie"]
StructureFunctionsFFTWExt = ["FFTW"]
StructureFunctionsFINUFFTExt = ["FINUFFT"]
StructureFunctionsGPUExt = ["KernelAbstractions"]
StructureFunctionsHDF5Ext = ["HDF5"]
StructureFunctionsJLD2Ext = ["JLD2"]
StructureFunctionsNCDatasetsExt = ["NCDatasets"]
StructureFunctionsOhMyThreadsExt = ["OhMyThreads"]
StructureFunctionsDistributedExt = ["Distributed", "SharedArrays"]
StructureFunctionsZarrExt = ["Zarr", "DiskArrays"]
[compat]
CSV = "0.10"
CairoMakie = "0.15"
DiskArrays = "0.4"
Distances = "0.10"
Distributed = "1.11"
FFTW = "1"
FINUFFT = "3"
HDF5 = "0.17"
JLD2 = "0.6"
KernelAbstractions = "0.9"
LinearAlgebra = "1.11"
LoopVectorization = "0.12"
NCDatasets = "0.14"
OhMyThreads = "0.8"
PrecompileTools = "1.3.3"
ProgressMeter = "1.9"
SharedArrays = "1.11"
StaticArrays = "1.9"
Zarr = "0.9"
julia = "1.12"