-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Apply CompatHelper suggestions, free NetCDF,Zarr; add & pin DiskArrays #878
Conversation
@@ -87,7 +87,8 @@ CpuId = "0.3" | |||
DataFrames = "1" | |||
DataStructures = "0.18, 0.2" | |||
Dates = "1" | |||
DimensionalData = "0.25, 0.26, 0.27" | |||
DimensionalData = "0.25, 0.26, 0.27, 0.28" | |||
DiskArrays = "=0.3.23" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this may be redundant with pin? but just to be safe
@@ -115,6 +116,7 @@ MAT = "0.10" | |||
MLJ = "0.19.2, 0.20" | |||
Makie = "0.20.8, 0.21" | |||
ModelParameters = "0.4" | |||
NetCDF = "0.11, 0.12" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
0.11 needed to resolve a compatible version with DiskArrays@0.3.23
025ba07
to
563ad87
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cheers
Apply the suggestions from CompatHelper.
add & pin DiskArrays instead of pinning packages that depend on it. (free NetCDF, Zarr)
Note NetCDF 0.12 requires later version of DiskArrays, so we're stuck on 0.11
] update
This results in DimensionalData updating from 0.27.9 to 0.28.2
https://github.com/rafaqz/DimensionalData.jl/releases
Note 0.28.0