-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.toml
More file actions
34 lines (30 loc) · 1.15 KB
/
Project.toml
File metadata and controls
34 lines (30 loc) · 1.15 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
name = "SeparableFunctions"
uuid = "c8c7ead4-852c-491e-a42d-3d43bc74259e"
authors = ["RainerHeintzmann <heintzmann@gmail.com>"]
version = "0.5.0"
[deps]
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
ImageTransformations = "02fcd773-0e25-5acc-982a-7f6622650795"
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
LazyArrays = "5078a376-72f3-5289-bfd5-ec5146d43c02"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
NDTools = "98581153-e998-4eef-8d0d-5ec2c052313d"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
[compat]
LazyArrays = "0.22, 1, 2"
ChainRulesCore = "1"
ImageTransformations = "0.10"
Interpolations = "0.15, 0.16"
StaticArrays = "1.9"
LinearAlgebra = "1.8, 1.9, 1.10, 1.11"
NDTools = "0.7, 0.8"
julia = "1"
[extras]
FiniteDifferences = "26cc04aa-876d-5657-8c51-4c34ba976000"
IndexFunArrays = "613c443e-d742-454e-bfc6-1d7f8dd76566"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
ComponentArrays = "b0b7db55-cfe3-40fc-9ded-d10e2dbeff66"
[targets]
test = ["Test", "IndexFunArrays", "Zygote", "FiniteDifferences", "Random", "ComponentArrays"]