Skip to content

Commit

Permalink
Merge pull request #25 from JuliaDataCubes/fc/updeps
Browse files Browse the repository at this point in the history
Upgrade Zarr DD and NetCDF compats
  • Loading branch information
felixcremer authored Aug 1, 2024
2 parents d779f74 + 6ce0e57 commit 77dd2e0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ julia = "1.9"
ArchGDAL = "0.10"
AxisArrays = "0.4"
AxisKeys = "0.2"
DimensionalData = "0.24"
NetCDF = "0.11"
Zarr = "0.8"
DimensionalData = "0.24, 0.27"
NetCDF = "0.11, 0.12"
Zarr = "0.8, 0.9"

[extensions]
ArchGDALExt = "ArchGDAL"
Expand Down

2 comments on commit 77dd2e0

@felixcremer
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register

Release Notes

Update dependency compats for
Zarr -> 0.9
NetCDF -> 0.12
DimensionalData -> 0.27

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Error while trying to register: Version 0.7.0 already exists

Please sign in to comment.