-
Notifications
You must be signed in to change notification settings - Fork 0
/
Project.toml
35 lines (33 loc) · 1.06 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
name = "Jello"
uuid = "6872b481-e419-48a0-81d2-be4ee5684529"
authors = ["Paul Shen <[email protected]>"]
version = "0.1.18"
[deps]
ArrayPadding = "fe5ef43c-4912-423d-9170-4bd5cb6a013a"
FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
Flux = "587475ba-b771-5e3f-ad9e-33799f191a9c"
Functors = "d9f16b24-f501-4c13-a1f2-28368ffc5196"
ImageMorphology = "787d08f9-d448-5407-9aad-5290dd7ab264"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Optimisers = "3bd65402-5787-11e9-1adc-39752487f4e2"
Porcupine = "3b53a3d7-3f34-4bba-8df2-4717a8b1e972"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
UnPack = "3a884ed6-31ef-47d7-9d2a-63182c4928ed"
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
[compat]
ArrayPadding = "0.1"
FFTW = "1"
Flux = "0.15,0.16,0.17,1"
Functors = "0.5,0.6"
ImageMorphology = "0.4,0.5,0.6"
LinearAlgebra = "1"
Optimisers = "0.4,0.5,0.6,1"
Porcupine = "0.1"
Random = "1"
SparseArrays = "1"
Statistics = "1"
UnPack = "1"
Zygote = "0.6,0.7,0.8,1"
julia = "1"