-
Notifications
You must be signed in to change notification settings - Fork 12
/
Project.toml
40 lines (36 loc) · 1.12 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 = "ImageQuilting"
uuid = "e8712464-036d-575c-85ac-952ae31322ab"
author = "Júlio Hoffimann <[email protected]>"
version = "1.0.0"
[deps]
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
CpuId = "adafc99b-e345-5852-983c-f28acb93d879"
FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"
GraphsFlows = "06909019-6f44-4949-96fc-b9d9aaa02889"
ImageFiltering = "6a3955dd-da59-5b1f-98d4-e7296123deb5"
ImageMorphology = "787d08f9-d448-5407-9aad-5290dd7ab264"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
[weakdeps]
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
[extensions]
ImageQuiltingMakieExt = "Makie"
[compat]
CUDA = "3.11, 4.0, 5.0"
CpuId = "0.3"
FFTW = "1.0"
Graphs = "1.4"
GraphsFlows = "0.1"
ImageFiltering = "0.7"
ImageMorphology = "0.4"
Makie = "0.21"
ProgressMeter = "1.1"
Random = "1.9"
SparseArrays = "1.9"
Statistics = "1.9"
StatsBase = "0.33, 0.34"
julia = "1.9"