Skip to content

Commit

Permalink
Add compat bounds for DimensionalData
Browse files Browse the repository at this point in the history
  • Loading branch information
felixcremer authored Aug 1, 2023
1 parent 2f7ea94 commit 1b6c6e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ Zarr = "0a941bbe-ad1d-11e8-39d9-ab76183a1d99"

[compat]
CFTime = "0.1"
DimensionalData = "0.24"
DiskArrayTools = "0.1"
DiskArrays = "0.2, 0.3"
FFTW = "1"
Expand Down

2 comments on commit 1b6c6e4

@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
Copy link

Choose a reason for hiding this comment

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

Registration pull request updated: JuliaRegistries/General/88802

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.13.0 -m "<description of version>" 1b6c6e4edb77ac8d55b499bec68ed1bc56f772ec
git push origin v0.13.0

Please sign in to comment.