Skip to content

Commit 7da673c

Browse files
authored
dependency version clean up (#134)
- AxisAlgorithm v0.3 is added to support old Interpolation versions < v0.12 - ColorVectorSpace < 0.6 is acient releases for Julia < 1.0. There is no need to still keep them in compat list
1 parent d883892 commit 7da673c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ Rotations = "6038ab10-8711-5258-84ad-4b1120ba62dc"
1414
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
1515

1616
[compat]
17-
AxisAlgorithms = "1.0"
18-
ColorVectorSpace = "0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9"
17+
AxisAlgorithms = "0.3, 1.0"
18+
ColorVectorSpace = "0.6, 0.7, 0.8, 0.9"
1919
CoordinateTransformations = "0.5, 0.6"
2020
ImageBase = "0.1.1"
2121
ImageCore = "0.8.1, 0.9"

0 commit comments

Comments
 (0)