-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.toml
More file actions
56 lines (52 loc) · 1.78 KB
/
Project.toml
File metadata and controls
56 lines (52 loc) · 1.78 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
name = "TransferFunctions"
uuid = "ea859a41-d6bf-4726-8e40-524191381158"
version = "0.7.0"
authors = ["Martin Kunz <martinkunz@email.cz> and contributors"]
[deps]
ComponentArrays = "b0b7db55-cfe3-40fc-9ded-d10e2dbeff66"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
DomainSets = "5b8099bc-c8ec-5219-889f-1d9e522a28bf"
FFTViews = "4f61f5a4-77b1-5117-aa51-3ab5ef4ef0cd"
FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
InterfaceFunctions = "9f9138d1-22ea-4a5b-8917-3b6286796293"
IntervalSets = "8197267c-284f-5f27-9208-e0e47529a953"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
OffsetArrays = "6fe1bfb0-de20-5000-8ca7-80f57d26f881"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
Roots = "f2b01f46-fcfa-551c-844a-d8ac1e96c665"
Rotations = "6038ab10-8711-5258-84ad-4b1120ba62dc"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
StaticArraysCore = "1e83bf80-4336-4d27-bf5d-d5a4f845583c"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
[weakdeps]
ComputePipeline = "95dc2771-c249-4cd0-9c9f-1f3b4330693c"
DimensionalData = "0703355e-b756-11e9-17c0-8b28908087d0"
ImageCore = "a09fc81d-aa75-5fe9-8630-4744c3626534"
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
[extensions]
DimensionalDataExt = "DimensionalData"
ImageCoreExt = "ImageCore"
MakieExt = ["Makie", "ComputePipeline"]
[compat]
ComponentArrays = "0.15.29"
ComputePipeline = "0.1.3"
DimensionalData = "^0.29"
Distributions = "0.25.120"
DomainSets = "0.7.16"
FFTViews = "0.3.2"
FFTW = "^1"
ImageCore = "0.10.5"
InterfaceFunctions = "0.2.4"
IntervalSets = "^0.7"
LinearAlgebra = "^1"
Makie = "^0.22, ^0.23, ^0.24"
OffsetArrays = "^1"
Reexport = "^1"
Roots = "^2"
Rotations = "1.7.1"
SpecialFunctions = "^2"
StaticArraysCore = "1.4.3"
Statistics = "^1"
Unitful = "^1"
julia = "1.11,1.12"