diff --git a/.github/workflows/UnitTest.yml b/.github/workflows/UnitTest.yml index 20f6a5c5..9352a69b 100644 --- a/.github/workflows/UnitTest.yml +++ b/.github/workflows/UnitTest.yml @@ -15,28 +15,26 @@ jobs: fail-fast: false matrix: version: - - '1.6' - - '1' - - 'nightly' + - '1' # Current stable version os: - ubuntu-latest - windows-latest - - macOS-13 # intel - - macOS-14 # arm + - macOS-latest arch: - x64 - - aarch64 - exclude: - - os: ubuntu-latest - arch: aarch64 - - os: windows-latest - arch: aarch64 - - os: macOS-13 - arch: aarch64 + include: - os: macOS-14 + arch: aarch64 + version: '1' + - os: ubuntu-latest + arch: x86 + version: '1' + - os: ubuntu-latest arch: x64 - - os: macOS-14 version: '1.6' + - os: ubuntu-latest + arch: x64 + version: 'nightly' steps: - uses: actions/checkout@v4 diff --git a/Project.toml b/Project.toml index abac699f..c10fb899 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "Images" uuid = "916415d5-f1e6-5110-898d-aaa5f9f070e0" -version = "0.26.0" +version = "0.26.1" [deps] Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f" @@ -34,9 +34,9 @@ TiledIteration = "06e1c1a7-607b-532d-9fad-de7d9aa2abac" [compat] Aqua = "0.8" -FFTW = "1.8" +FFTW = "1.3, 1.4, 1.5, 1.6, 1.7, 1.8" FileIO = "1" -Graphics = "1.0" +Graphics = "1" ImageAxes = "0.6.9" ImageBase = "0.1.5" ImageBinarization = "0.2, 0.3" @@ -53,13 +53,13 @@ ImageQualityIndexes = "0.3" ImageSegmentation = "1.7" ImageShow = "0.3" ImageTransformations = "0.9, 0.10" -IndirectArrays = "0.5, 1" +IndirectArrays = "1" IntegralArrays = "0.1" Reexport = "1.1" -StaticArrays = "0.8, 0.9, 0.10, 0.11, 0.12, 1.0" -StatsBase = "0.24, 0.25, 0.26, 0.27, 0.28, 0.29, 0.30, 0.31, 0.32, 0.33, 0.34" +StaticArrays = "1" +StatsBase = "0.30, 0.31, 0.32, 0.33, 0.34" Suppressor = "0.2" -TiledIteration = "0.2, 0.3, 0.4, 0.5" +TiledIteration = "0.3, 0.4, 0.5" TestImages = "1.8" julia = "1.6" Base64 = "1"