-
Notifications
You must be signed in to change notification settings - Fork 2
/
Project.toml
62 lines (58 loc) · 1.9 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
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
name = "SwissVAMyKnife"
uuid = "fafdf525-54c7-48ec-ae29-528bd4cccfab"
authors = ["roflmaostc <fxw+git@mailbox.org>"]
version = "0.2.3"
[deps]
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
DiffImageRotation = "cb1f95eb-7c3a-45bc-9e18-5c07f1beaacd"
FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549"
FourierTools = "b18b359b-aebc-45ac-a139-9c0ccbb2871e"
HDF5 = "f67ccb44-e63f-5c2f-98bd-6dc0ccc4ba2f"
ImageIO = "82e4d734-157c-48bb-816b-45c225c6df19"
ImageShow = "4e3cecfd-b093-5904-9786-8bbb286a6a31"
IndexFunArrays = "613c443e-d742-454e-bfc6-1d7f8dd76566"
JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819"
NDTools = "98581153-e998-4eef-8d0d-5ec2c052313d"
NNlib = "872c559c-99b0-510c-b3b7-b6c96a88d5cd"
Optim = "429524aa-4258-5aef-a3af-852621145aeb"
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
RadonKA = "86de8297-835b-47df-b249-c04e8db91db5"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Tar = "a4e569a6-e804-4fa4-b0f3-eef7a1d5b13e"
WaveOpticsPropagation = "c4c7a1f9-3adc-4a73-843a-d378b6c86436"
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
[compat]
CUDA = "5"
ChainRulesCore = "1"
DiffImageRotation = "0.3"
FFTW = "1"
FileIO = "1"
FourierTools = "0.4.2"
HDF5 = "0.17"
ImageIO = "0.6"
ImageShow = "0.3"
IndexFunArrays = "0.2"
JLD2 = "0.4"
NDTools = "0.5, 0.6, 0.7"
NNlib = "0.9"
Optim = "1"
Parameters = "0.12"
Plots = "1"
Pkg = "1"
RadonKA = "0.6"
Statistics = "1.10"
Tar = "1"
WaveOpticsPropagation = "0.2, 0.3"
Zygote = "0.6"
julia = "1.10"
[extras]
ChainRulesTestUtils = "cdddcdb0-9152-4a09-a978-84456f9df70a"
IndexFunArrays = "613c443e-d742-454e-bfc6-1d7f8dd76566"
Optim = "429524aa-4258-5aef-a3af-852621145aeb"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "IndexFunArrays", "Optim", "ChainRulesTestUtils"]