Skip to content

Commit 83452ed

Browse files
committed
Drop Julia < 1.6 support and add bounds
1 parent 834d9b8 commit 83452ed

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.github/workflows/UnitTest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
julia-version: ['1.3', '1', 'nightly']
19+
julia-version: ['1.6', '1', 'nightly']
2020
os: [ubuntu-latest, windows-latest, macOS-latest, macos-11]
2121
env:
2222
PYTHON: ""
2323
steps:
24-
- uses: actions/checkout@v1.0.0
24+
- uses: actions/checkout@v2
2525
- name: "Set up Julia"
2626
uses: julia-actions/setup-julia@v1
2727
with:

Project.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,18 @@ Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
2424
[compat]
2525
BinDeps = "1"
2626
ColorTypes = "0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 0.10, 0.11"
27+
CSV = "0.10.2"
2728
DataDeps = "0.3, 0.4, 0.5, 0.6, 0.7"
29+
DataFrames = "1.3"
2830
FixedPointNumbers = "0.3, 0.4, 0.5, 0.6, 0.7, 0.8"
2931
GZip = "0.5"
3032
ImageCore = "0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8"
3133
JSON3 = "1"
3234
MAT = "0.7, 0.8, 0.9, 0.10"
35+
MLUtils = "0.1.4"
3336
Pickle = "0.2, 0.3"
3437
Requires = "1"
35-
julia = "1.3"
38+
julia = "1.6"
3639

3740
[extras]
3841
ImageCore = "a09fc81d-aa75-5fe9-8630-4744c3626534"

0 commit comments

Comments
 (0)