-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Project.toml
32 lines (28 loc) · 999 Bytes
/
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
30
31
32
name = "DiffImages"
uuid = "f2ee3836-eb25-4a50-842c-9baeb5ea126d"
authors = ["SomTambe <tambesom@gmail.com>"]
version = "0.1.0"
[deps]
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
CoordinateTransformations = "150eb455-5306-5404-9cee-2592286d6298"
ImageCore = "a09fc81d-aa75-5fe9-8630-4744c3626534"
ImageTransformations = "02fcd773-0e25-5acc-982a-7f6622650795"
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Rotations = "6038ab10-8711-5258-84ad-4b1120ba62dc"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
[compat]
ChainRulesCore = "1.3.0"
CoordinateTransformations = "0.6.1"
ImageCore = "0.9"
ImageTransformations = "0.8, 0.9"
Interpolations = "0.13.4"
Rotations = "1.0.2"
StaticArrays = "1.2"
Zygote = "0.6.17"
[extras]
FiniteDifferences = "26cc04aa-876d-5657-8c51-4c34ba976000"
[targets]
test = ["FiniteDifferences"]