Skip to content

Commit

Permalink
bump compat for filter package dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
baumgold committed Jan 27, 2024
1 parent 91ef284 commit c3d3867
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions filters/H5Zbitshuffle/Project.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name = "H5Zbitshuffle"
uuid = "51b4e782-877f-4ccf-958a-27bf628210da"
authors = ["James.Hester <[email protected]>"]
version = "0.1.2"
version = "0.1.3"

[deps]
HDF5 = "f67ccb44-e63f-5c2f-98bd-6dc0ccc4ba2f"
bitshuffle_jll = "228fe19c-1b83-5282-a626-13744502a320"

[compat]
HDF5 = "0.17"
bitshuffle_jll = "0.4.2"
bitshuffle_jll = "0.4.2, 0.5"
julia = "1.6"
4 changes: 2 additions & 2 deletions filters/H5Zbzip2/Project.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name = "H5Zbzip2"
uuid = "094576f2-1e46-4c84-8e32-c46c042eaaa2"
version = "0.1.1"
version = "0.1.2"

[deps]
CodecBzip2 = "523fee87-0ab8-5b00-afb7-3ecf72e48cfd"
HDF5 = "f67ccb44-e63f-5c2f-98bd-6dc0ccc4ba2f"

[compat]
HDF5 = "0.17"
CodecBzip2 = "0.7"
CodecBzip2 = "0.7, 0.8"
julia = "1.3"
4 changes: 2 additions & 2 deletions filters/H5Zzstd/Project.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name = "H5Zzstd"
uuid = "f6f2d980-1ec6-471c-a70d-0270e22f1103"
version = "0.1.1"
version = "0.1.2"

[deps]
CodecZstd = "6b39b394-51ab-5f42-8807-6242bab2b4c2"
HDF5 = "f67ccb44-e63f-5c2f-98bd-6dc0ccc4ba2f"

[compat]
HDF5 = "0.17"
CodecZstd = "0.7"
CodecZstd = "0.7, 0.8"
julia = "1.3"

0 comments on commit c3d3867

Please sign in to comment.