Skip to content

Commit 310a42d

Browse files
authored
Merge pull request #23 from johnnychen94/compat
restrict upper bound for dependency version compat
2 parents c5a7aa3 + 39dfd37 commit 310a42d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Project.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ ImageCore = "a09fc81d-aa75-5fe9-8630-4744c3626534"
99
ImageTransformations = "02fcd773-0e25-5acc-982a-7f6622650795"
1010

1111
[compat]
12-
ColorTypes = ">= 0.3.2"
13-
Crayons = ">= 0.1.0"
14-
ImageCore = ">= 0.7"
15-
ImageTransformations = ">= 0.3.0"
12+
ColorTypes = "0.7, 0.8"
13+
Crayons = "0.5, 1, 2, 3, 4"
14+
ImageCore = "0.7, 0.8"
15+
ImageTransformations = "0.5, 0.6, 0.7, 0.8"
1616
julia = "1"
1717

1818
[extras]

0 commit comments

Comments
 (0)