Skip to content

Commit 72a252e

Browse files
authored
New version: CounterMarking v1.0.1 (#293)
1 parent 12db956 commit 72a252e

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

C/CounterMarking/Compat.toml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,16 @@ ImageCore = "0.10"
77
ImageIO = "0.6"
88
ImageMorphology = "0.4"
99
ImageSegmentation = "1.9.0-1"
10-
ImageView = "0.12"
11-
JLD2 = "0.5"
1210
XLSX = "0.10"
1311
julia = "1.10.0-1"
12+
13+
["1.0.0"]
14+
ImageView = "0.12"
15+
JLD2 = "0.5"
16+
17+
["1.0.1-1"]
18+
ImageMagick = "1.4.2-1"
19+
ImageView = "0.12-0.13"
20+
JLD2 = "0.5-0.6"
21+
OpenCV = "4.6.1-4"
22+
Statistics = "1"

C/CounterMarking/Deps.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,9 @@ ImageView = "86fae568-95e7-573e-a6b2-d8a6b900c9ef"
1111
JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819"
1212
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
1313
XLSX = "fdbf4ff8-1666-58a4-91e7-1b58723a45e0"
14+
15+
["1.0.1-1"]
16+
ImageMagick = "6218d12a-5da1-5696-b52f-db25d2ecc6d1"
17+
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
18+
OpenCV = "f878e3a2-a245-4720-8660-60795d644f2a"
19+
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"

C/CounterMarking/Versions.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
["1.0.0"]
22
git-tree-sha1 = "74f83f6fe12ee2de8d945395b845a050b01c7a4d"
3+
4+
["1.0.1"]
5+
git-tree-sha1 = "8ec9fd7aca1e46e4586ec0cd9cfc0a761be5e4dd"

0 commit comments

Comments
 (0)