We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f3f4f73 + 11aab12 commit f767586Copy full SHA for f767586
.github/workflows/CI.yml
@@ -33,7 +33,7 @@ jobs:
33
- os: ubuntu-latest
34
prefix: xvfb-run
35
steps:
36
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
37
- uses: julia-actions/setup-julia@v2
38
with:
39
version: ${{ matrix.version }}
@@ -57,7 +57,7 @@ jobs:
57
contents: write
58
statuses: write
59
60
61
62
63
version: '1'
Project.toml
@@ -32,7 +32,7 @@ ImageMagick = "1.4.2"
32
ImageMorphology = "0.4"
ImageSegmentation = "1.9"
ImageView = "0.12, 0.13"
-JLD2 = "0.5"
+JLD2 = "0.5, 0.6"
OpenCV = "4.6.1"
Statistics = "1"
XLSX = "0.10"
0 commit comments