DenoiseTest/Manifest.toml

Tue, 25 Aug 2020 14:04:06 +0300

author
Tuomo Valkonen <tuomov@iki.fi>
date
Tue, 25 Aug 2020 14:04:06 +0300
changeset 43
492a57594b88
child 44
2f123527b499
permissions
-rw-r--r--

Make denoise test script a proper project so it can be run easily.

43
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
1 # This file is machine-generated - editing it directly is not advised
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
2
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
3 [[AlgTools]]
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
4 deps = ["DelimitedFiles", "Printf"]
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
5 path = "../../AlgTools"
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
6 uuid = "c46e2e78-5339-41fd-a966-983ff60ab8e7"
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
7 version = "0.1.0"
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
8
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
9 [[AxisArrays]]
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
10 deps = ["Dates", "IntervalSets", "IterTools", "RangeArrays"]
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
11 git-tree-sha1 = "f31f50712cbdf40ee8287f0443b57503e34122ef"
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
12 uuid = "39de3d68-74b9-583c-8d2d-e117c070f3a9"
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
13 version = "0.4.3"
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
14
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
15 [[Base64]]
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
16 uuid = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
17
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
18 [[ColorTypes]]
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
19 deps = ["FixedPointNumbers", "Random"]
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
20 git-tree-sha1 = "607c0ea16cb32af49ea2976f90c0c5acbca37d21"
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
21 uuid = "3da002f7-5984-5a60-b8a6-cbb66c0b333f"
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
22 version = "0.10.8"
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
23
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
24 [[ColorVectorSpace]]
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
25 deps = ["ColorTypes", "Colors", "FixedPointNumbers", "LinearAlgebra", "SpecialFunctions", "Statistics", "StatsBase"]
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
26 git-tree-sha1 = "bd0c0c81a39923bc03f9c3b61d89ad816e741002"
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
27 uuid = "c3611d14-8923-5661-9e6a-0046d554d3a4"
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
28 version = "0.8.5"
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
29
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
30 [[Colors]]
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
31 deps = ["ColorTypes", "FixedPointNumbers", "InteractiveUtils", "Reexport"]
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
32 git-tree-sha1 = "008d6bc68dea6beb6303fdc37188cb557391ebf2"
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
33 uuid = "5ae59095-9a9b-59fe-a467-6f913c188581"
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
34 version = "0.12.4"
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
35
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
36 [[CompilerSupportLibraries_jll]]
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
37 deps = ["Libdl", "Pkg"]
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
38 git-tree-sha1 = "7c4f882c41faa72118841185afc58a2eb00ef612"
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
39 uuid = "e66e0078-7015-5450-92f7-15fbd957f2ae"
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
40 version = "0.3.3+0"
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
41
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
42 [[ConstructionBase]]
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
43 git-tree-sha1 = "a2a6a5fea4d6f730ec4c18a76d27ec10e8ec1c50"
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
44 uuid = "187b0558-2788-49d3-abe0-74a17ed4e7c9"
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
45 version = "1.0.0"
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
46
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
47 [[DataAPI]]
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
48 git-tree-sha1 = "176e23402d80e7743fc26c19c681bfb11246af32"
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
49 uuid = "9a962f9c-6df0-11e9-0e5d-c546b8b5ee8a"
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
50 version = "1.3.0"
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
51
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
52 [[DataStructures]]
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
53 deps = ["InteractiveUtils", "OrderedCollections"]
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
54 git-tree-sha1 = "88d48e133e6d3dd68183309877eac74393daa7eb"
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
55 uuid = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
56 version = "0.17.20"
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
57
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
58 [[Dates]]
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
59 deps = ["Printf"]
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
60 uuid = "ade2ca70-3891-5945-98fb-dc099432e06a"
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
61
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
62 [[DelimitedFiles]]
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
63 deps = ["Mmap"]
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
64 uuid = "8bb1440f-4735-579b-a4ab-409b98df4dab"
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
65
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
66 [[Distances]]
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
67 deps = ["LinearAlgebra", "Statistics"]
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
68 git-tree-sha1 = "bed62cc5afcff16de797a9f38fb358b74071f785"
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
69 uuid = "b4f34e82-e78d-54a5-968a-f98e89d6e8f7"
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
70 version = "0.9.0"
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
71
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
72 [[Distributed]]
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
73 deps = ["Random", "Serialization", "Sockets"]
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
74 uuid = "8ba89e20-285c-5b6f-9357-94700520ee1b"
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
75
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
76 [[EllipsisNotation]]
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
77 git-tree-sha1 = "65dad386e877850e6fce4fc77f60fe75a468ce9d"
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
78 uuid = "da5c29d0-fa7d-589e-88eb-ea29b0a81949"
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
79 version = "0.4.0"
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
80
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
81 [[FileIO]]
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
82 deps = ["Pkg"]
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
83 git-tree-sha1 = "1e7e88a949b52e6f7f589041bd60928322414997"
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
84 uuid = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549"
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
85 version = "1.4.1"
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
86
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
87 [[FixedPointNumbers]]
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
88 deps = ["Statistics"]
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
89 git-tree-sha1 = "335bfdceacc84c5cdf16aadc768aa5ddfc5383cc"
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
90 uuid = "53c48c17-4a7d-5ca2-90c5-79b7896eea93"
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
91 version = "0.8.4"
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
92
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
93 [[Future]]
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
94 deps = ["Random"]
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
95 uuid = "9fa8497b-333b-5362-9e8d-4d0656e87820"
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
96
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
97 [[GR]]
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
98 deps = ["Base64", "DelimitedFiles", "HTTP", "JSON", "LinearAlgebra", "Printf", "Random", "Serialization", "Sockets", "Test", "UUIDs"]
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
99 git-tree-sha1 = "e26c513329675092535de20cc4bb9c579c8f85a0"
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
100 uuid = "28b8d3ca-fb5f-59d9-8090-bfdbd6d07a71"
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
101 version = "0.51.0"
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
102
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
103 [[HTTP]]
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
104 deps = ["Base64", "Dates", "IniFile", "MbedTLS", "Sockets"]
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
105 git-tree-sha1 = "2ac03263ce44be4222342bca1c51c36ce7566161"
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
106 uuid = "cd3eb016-35fb-5094-929b-558a96fad6f3"
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
107 version = "0.8.17"
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
108
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
109 [[ImageTools]]
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
110 deps = ["AlgTools", "ColorTypes", "ColorVectorSpace", "FileIO", "GR", "OffsetArrays", "Printf", "Setfield", "TestImages"]
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
111 path = ".."
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
112 uuid = "b548cc0d-4ade-417e-bf62-0e39f9d2eee9"
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
113 version = "0.1.0"
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
114
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
115 [[IniFile]]
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
116 deps = ["Test"]
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
117 git-tree-sha1 = "098e4d2c533924c921f9f9847274f2ad89e018b8"
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
118 uuid = "83e8ac13-25f8-5344-8a64-a9f2b223428f"
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
119 version = "0.5.0"
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
120
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
121 [[InteractiveUtils]]
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
122 deps = ["Markdown"]
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
123 uuid = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
124
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
125 [[IntervalSets]]
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
126 deps = ["Dates", "EllipsisNotation", "Statistics"]
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
127 git-tree-sha1 = "3b1cef135bc532b3c3401b309e1b8a2a2ba26af5"
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
128 uuid = "8197267c-284f-5f27-9208-e0e47529a953"
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
129 version = "0.5.1"
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
130
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
131 [[IterTools]]
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
132 git-tree-sha1 = "05110a2ab1fc5f932622ffea2a003221f4782c18"
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
133 uuid = "c8e1da08-722c-5040-9ed9-7db0dc04731e"
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
134 version = "1.3.0"
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
135
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
136 [[JSON]]
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
137 deps = ["Dates", "Mmap", "Parsers", "Unicode"]
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
138 git-tree-sha1 = "b34d7cef7b337321e97d22242c3c2b91f476748e"
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
139 uuid = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
140 version = "0.21.0"
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
141
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
142 [[LibGit2]]
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
143 deps = ["Printf"]
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
144 uuid = "76f85450-5226-5b5a-8eaa-529ad045b433"
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
145
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
146 [[Libdl]]
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
147 uuid = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
148
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
149 [[LinearAlgebra]]
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
150 deps = ["Libdl"]
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
151 uuid = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
152
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
153 [[Logging]]
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
154 uuid = "56ddb016-857b-54e1-b83d-db4d58db5568"
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
155
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
156 [[MacroTools]]
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
157 deps = ["Markdown", "Random"]
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
158 git-tree-sha1 = "f7d2e3f654af75f01ec49be82c231c382214223a"
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
159 uuid = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
160 version = "0.5.5"
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
161
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
162 [[Markdown]]
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
163 deps = ["Base64"]
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
164 uuid = "d6f4376e-aef5-505a-96c1-9c027394607a"
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
165
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
166 [[MbedTLS]]
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
167 deps = ["Dates", "MbedTLS_jll", "Random", "Sockets"]
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
168 git-tree-sha1 = "426a6978b03a97ceb7ead77775a1da066343ec6e"
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
169 uuid = "739be429-bea8-5141-9913-cc70e7f3736d"
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
170 version = "1.0.2"
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
171
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
172 [[MbedTLS_jll]]
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
173 deps = ["Libdl", "Pkg"]
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
174 git-tree-sha1 = "a0cb0d489819fa7ea5f9fa84c7e7eba19d8073af"
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
175 uuid = "c8ffd9c3-330d-5841-b78e-0817d7145fa1"
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
176 version = "2.16.6+1"
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
177
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
178 [[Missings]]
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
179 deps = ["DataAPI"]
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
180 git-tree-sha1 = "de0a5ce9e5289f27df672ffabef4d1e5861247d5"
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
181 uuid = "e1d29d7a-bbdc-5cf2-9ac0-f12de2c33e28"
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
182 version = "0.4.3"
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
183
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
184 [[Mmap]]
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
185 uuid = "a63ad114-7e13-5084-954f-fe012c677804"
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
186
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
187 [[OffsetArrays]]
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
188 git-tree-sha1 = "2066e16af994955287f2e03ba1d9e890eb43b0dd"
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
189 uuid = "6fe1bfb0-de20-5000-8ca7-80f57d26f881"
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
190 version = "1.1.2"
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
191
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
192 [[OpenSpecFun_jll]]
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
193 deps = ["CompilerSupportLibraries_jll", "Libdl", "Pkg"]
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
194 git-tree-sha1 = "d51c416559217d974a1113522d5919235ae67a87"
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
195 uuid = "efe28fd5-8261-553b-a9e1-b2916fc3738e"
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
196 version = "0.5.3+3"
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
197
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
198 [[OrderedCollections]]
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
199 git-tree-sha1 = "293b70ac1780f9584c89268a6e2a560d938a7065"
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
200 uuid = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
201 version = "1.3.0"
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
202
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
203 [[Parsers]]
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
204 deps = ["Dates", "Test"]
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
205 git-tree-sha1 = "8077624b3c450b15c087944363606a6ba12f925e"
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
206 uuid = "69de0a69-1ddd-5017-9359-2bf0b02dc9f0"
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
207 version = "1.0.10"
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
208
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
209 [[Pkg]]
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
210 deps = ["Dates", "LibGit2", "Libdl", "Logging", "Markdown", "Printf", "REPL", "Random", "SHA", "UUIDs"]
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
211 uuid = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
212
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
213 [[Printf]]
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
214 deps = ["Unicode"]
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
215 uuid = "de0858da-6303-5e67-8744-51eddeeeb8d7"
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
216
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
217 [[REPL]]
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
218 deps = ["InteractiveUtils", "Markdown", "Sockets"]
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
219 uuid = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb"
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
220
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
221 [[Random]]
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
222 deps = ["Serialization"]
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
223 uuid = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
224
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
225 [[RangeArrays]]
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
226 git-tree-sha1 = "b9039e93773ddcfc828f12aadf7115b4b4d225f5"
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
227 uuid = "b3c3ace0-ae52-54e7-9d0b-2c1406fd6b9d"
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
228 version = "0.3.2"
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
229
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
230 [[Reexport]]
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
231 deps = ["Pkg"]
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
232 git-tree-sha1 = "7b1d07f411bc8ddb7977ec7f377b97b158514fe0"
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
233 uuid = "189a3867-3050-52da-a836-e630ba90ab69"
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
234 version = "0.2.0"
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
235
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
236 [[Requires]]
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
237 deps = ["UUIDs"]
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
238 git-tree-sha1 = "d37400976e98018ee840e0ca4f9d20baa231dc6b"
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
239 uuid = "ae029012-a4dd-5104-9daa-d747884805df"
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
240 version = "1.0.1"
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
241
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
242 [[SHA]]
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
243 uuid = "ea8e919c-243c-51af-8825-aaa63cd721ce"
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
244
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
245 [[Serialization]]
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
246 uuid = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
247
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
248 [[Setfield]]
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
249 deps = ["ConstructionBase", "Future", "MacroTools", "Requires"]
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
250 git-tree-sha1 = "d5640fc570fb1b6c54512f0bd3853866bd298b3e"
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
251 uuid = "efcf1570-3423-57d1-acb7-fd33fddbac46"
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
252 version = "0.7.0"
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
253
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
254 [[Sockets]]
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
255 uuid = "6462fe0b-24de-5631-8697-dd941f90decc"
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
256
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
257 [[SortingAlgorithms]]
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
258 deps = ["DataStructures", "Random", "Test"]
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
259 git-tree-sha1 = "03f5898c9959f8115e30bc7226ada7d0df554ddd"
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
260 uuid = "a2af1166-a08f-5f64-846c-94a0d3cef48c"
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
261 version = "0.3.1"
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
262
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
263 [[SparseArrays]]
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
264 deps = ["LinearAlgebra", "Random"]
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
265 uuid = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
266
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
267 [[SpecialFunctions]]
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
268 deps = ["OpenSpecFun_jll"]
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
269 git-tree-sha1 = "d8d8b8a9f4119829410ecd706da4cc8594a1e020"
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
270 uuid = "276daf66-3868-5448-9aa4-cd146d93841b"
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
271 version = "0.10.3"
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
272
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
273 [[Statistics]]
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
274 deps = ["LinearAlgebra", "SparseArrays"]
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
275 uuid = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
276
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
277 [[StatsBase]]
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
278 deps = ["DataAPI", "DataStructures", "LinearAlgebra", "Missings", "Printf", "Random", "SortingAlgorithms", "SparseArrays", "Statistics"]
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
279 git-tree-sha1 = "a6102b1f364befdb05746f386b67c6b7e3262c45"
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
280 uuid = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
281 version = "0.33.0"
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
282
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
283 [[StringDistances]]
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
284 deps = ["Distances"]
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
285 git-tree-sha1 = "b0ea34b18ba9da7abc79acabda8a473cd63c1254"
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
286 uuid = "88034a9c-02f8-509d-84a9-84ec65e18404"
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
287 version = "0.8.0"
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
288
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
289 [[Test]]
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
290 deps = ["Distributed", "InteractiveUtils", "Logging", "Random"]
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
291 uuid = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
292
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
293 [[TestImages]]
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
294 deps = ["AxisArrays", "ColorTypes", "FileIO", "Pkg", "StringDistances"]
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
295 git-tree-sha1 = "31367bfceb3a3874f5e0ba2c144e6b862b3557d8"
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
296 uuid = "5e47fb64-e119-507b-a336-dd2b206d9990"
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
297 version = "1.2.1"
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
298
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
299 [[UUIDs]]
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
300 deps = ["Random", "SHA"]
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
301 uuid = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
302
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
303 [[Unicode]]
492a57594b88 Make denoise test script a proper project so it can be run easily.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
304 uuid = "4ec0a83e-493e-50e2-b9ac-8f72acf5a8f5"

mercurial