-
Notifications
You must be signed in to change notification settings - Fork 0
/
Project.toml
40 lines (36 loc) · 1.21 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
name = "VLBISkyRegularizers"
uuid = "272825ce-20a7-4fd6-83b3-a151cd6ff564"
authors = ["Andy Nilipour", "Kazunori Akiyama"]
version = "1.0.0-DEV"
[deps]
Comrade = "99d987ce-9a1e-4df8-bc0b-1ea019aa547b"
ComradeBase = "6d8c423b-a35f-4ef1-850c-862fe21f82c4"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
Enzyme = "7da242da-08ed-463a-9acd-ee780be4f1d9"
HypercubeTransform = "9ec9aee3-0fd3-44c2-8e61-a50acc66f3c8"
Optimization = "7f7a1694-90dd-40f0-9382-eb1efda571ba"
OptimizationOptimisers = "42dfb2eb-d2b4-4451-abcd-913932933ac1"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
TransformVariables = "84d833dd-6860-57f9-a1a7-6da5db126cff"
Tullio = "bc48ee85-29a4-5162-ae0b-a64e1601d4bc"
VLBIImagePriors = "b1ba175b-8447-452c-b961-7db2d6f7a029"
Wavelets = "29a6e085-ba6d-5f35-a997-948ac2efa89a"
[compat]
Comrade = "0.11"
ComradeBase = "0.8"
Distributions = "0.25"
DocStringExtensions = "0.9"
Enzyme = "0.13"
HypercubeTransform = "0.4"
Optimization = "4"
OptimizationOptimisers = "0.3"
TransformVariables = "0.8"
Tullio = "0.3"
VLBIImagePriors = "0.8, 0.9"
Wavelets = "0.10"
julia = "1.10.4"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]