Skip to content

Commit 145ffd4

Browse files
authored
Drop Julia 1.0 support, alphabetize [compat] (#194)
1 parent 81b7e08 commit 145ffd4

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

.github/workflows/UnitTest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
julia-version: ['1.0', '1', 'nightly']
17+
julia-version: ['1.6', '1', 'nightly']
1818
os: [ubuntu-latest]
1919
arch: [x64]
2020
include:
@@ -41,7 +41,7 @@ jobs:
4141
env:
4242
cache-name: cache-artifacts
4343
with:
44-
path: ~/.julia/artifacts
44+
path: ~/.julia/artifacts
4545
key: ${{ runner.os }}-test-${{ env.cache-name }}-${{ hashFiles('**/Project.toml') }}
4646
restore-keys: |
4747
${{ runner.os }}-test-${{ env.cache-name }}-

Project.toml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "ImageCore"
22
uuid = "a09fc81d-aa75-5fe9-8630-4744c3626534"
3-
version = "0.10.0"
3+
version = "0.10.1"
44

55
[deps]
66
AbstractFFTs = "621f4979-c628-5d54-868e-fcf4e3e8185c"
@@ -11,8 +11,8 @@ MappedArrays = "dbb5928d-eab1-5f90-85c2-b9b0edb7c900"
1111
MosaicViews = "e94cdb99-869f-56ef-bcf0-1ae2bcbe0389"
1212
OffsetArrays = "6fe1bfb0-de20-5000-8ca7-80f57d26f881"
1313
PaddedViews = "5432bcbf-9aad-5242-b902-cca2824c8663"
14-
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
1514
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
15+
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
1616

1717
[compat]
1818
AbstractFFTs = "0.4, 0.5, 1.0"
@@ -23,20 +23,21 @@ MappedArrays = "0.2, 0.3, 0.4"
2323
MosaicViews = "0.3.3"
2424
OffsetArrays = "0.8, 0.9, 0.10, 0.11, 1.0.1"
2525
PaddedViews = "0.5.8"
26-
Reexport = "0.2, 1.0"
2726
PrecompileTools = "1"
28-
julia = "1"
27+
Reexport = "0.2, 1.0"
28+
julia = "1.6"
2929

3030
[extras]
3131
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
3232
BlockArrays = "8e7c35d0-a365-5155-bbbb-fb81a777f24e"
3333
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
3434
FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
35+
ImageIO = "82e4d734-157c-48bb-816b-45c225c6df19"
3536
ImageInTerminal = "d8c32880-2388-543b-8c61-d9f865259254"
3637
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
3738
ReferenceTests = "324d217c-45ce-50fc-942e-d289b448e8cf"
3839
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
3940
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
4041

4142
[targets]
42-
test = ["Aqua", "BlockArrays", "Documenter", "FFTW", "ImageInTerminal", "Random", "ReferenceTests", "Statistics", "Test"]
43+
test = ["Aqua", "BlockArrays", "Documenter", "FFTW", "ImageIO", "ImageInTerminal", "Random", "ReferenceTests", "Statistics", "Test"]

0 commit comments

Comments
 (0)