-
Notifications
You must be signed in to change notification settings - Fork 0
/
Project.toml
29 lines (25 loc) · 1.01 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
name = "SeparableFunctions"
uuid = "c8c7ead4-852c-491e-a42d-3d43bc74259e"
authors = ["RainerHeintzmann <[email protected]>"]
version = "0.2.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"
NDTools = "0.7"
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"]