Skip to content

Commit 83a2329

Browse files
authored
Bump HDF5 [compat]; v0.4.4 (#26)
1 parent 5fbb82b commit 83a2329

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

.github/workflows/CompatHelper.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,18 @@ jobs:
77
CompatHelper:
88
runs-on: ubuntu-latest
99
steps:
10-
- name: registry_add
11-
run: julia -e 'using Pkg; pkg"registry add General https://github.com/HolyLab/HolyLabRegistry.git"'
10+
- name: "Add the General registry via Git"
11+
run: |
12+
import Pkg
13+
ENV["JULIA_PKG_SERVER"] = ""
14+
Pkg.Registry.add("General")
15+
shell: julia --color=yes {0}
1216
- name: "Install CompatHelper"
1317
run: |
1418
import Pkg
1519
name = "CompatHelper"
1620
uuid = "aa819f21-2bde-4658-8897-bab36330d9b7"
17-
version = "2"
21+
version = "3"
1822
Pkg.add(; name, uuid, version)
1923
shell: julia --color=yes {0}
2024
- name: "Run CompatHelper"

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "RegisterDeformation"
22
uuid = "c19381b7-cf49-59d7-881c-50dfbd227eaf"
33
authors = ["Tim Holy <[email protected]>"]
4-
version = "0.4.3"
4+
version = "0.4.4"
55

66
[deps]
77
AxisArrays = "39de3d68-74b9-583c-8d2d-e117c070f3a9"
@@ -31,7 +31,7 @@ AxisArrays = "0.3, 0.4"
3131
CoordinateTransformations = "0.5, 0.6"
3232
FileIO = "1"
3333
ForwardDiff = "0.10"
34-
HDF5 = "0.14, 0.15"
34+
HDF5 = "0.14, 0.15, 0.16"
3535
ImageAxes = "0.5, 0.6"
3636
ImageCore = "0.8.1, 0.9"
3737
ImageTransformations = "0.8, 0.9"

0 commit comments

Comments
 (0)