forked from JuliaImages/ImageFiltering.jl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Project.toml
36 lines (32 loc) · 1.28 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
name = "ImageFiltering"
uuid = "6a3955dd-da59-5b1f-98d4-e7296123deb5"
version = "0.6.3"
[deps]
CatIndices = "aafaddc9-749c-510e-ac4f-586e18779b91"
ColorVectorSpace = "c3611d14-8923-5661-9e6a-0046d554d3a4"
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"
ComputationalResources = "ed09eef8-17a6-5b46-8889-db040fac31e3"
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
FFTViews = "4f61f5a4-77b1-5117-aa51-3ab5ef4ef0cd"
FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
FixedPointNumbers = "53c48c17-4a7d-5ca2-90c5-79b7896eea93"
ImageCore = "a09fc81d-aa75-5fe9-8630-4744c3626534"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MappedArrays = "dbb5928d-eab1-5f90-85c2-b9b0edb7c900"
OffsetArrays = "6fe1bfb0-de20-5000-8ca7-80f57d26f881"
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
TiledIteration = "06e1c1a7-607b-532d-9fad-de7d9aa2abac"
[compat]
DataStructures = ">= 0.4.6"
FFTW = ">= 0.0.3"
FixedPointNumbers = ">= 0.3.0"
StaticArrays = ">= 0.0.5"
julia = ">= 1.0"
[extras]
AxisArrays = "39de3d68-74b9-583c-8d2d-e117c070f3a9"
ImageMetadata = "bc367c6b-8a6b-528e-b4bd-a4b897500b49"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["AxisArrays", "ImageMetadata", "Test"]