yeesian / ArchGDAL.jl

A high level API for GDAL - Geospatial Data Abstraction Library
https://yeesian.github.io/ArchGDAL.jl/stable/
Other
141 stars 27 forks source link

Remove DiskArrays 0.2.4 compat entry from Project.toml #277

Closed maxfreu closed 2 years ago

maxfreu commented 2 years ago

It seems like version 0.2.4 is not compatible with the latest ArchGDAL version. Cross posting from here

Looks like ArchGDAL has done a minor version bump of DiskArrays.jl, and not removed compat for versions before 0.3. That bug is entirely between ArchGDAL and version 0.2.4 of DiskArrays, which is no longer supported but is still included in the ArchGDAL Project.toml. Please make an issue over there to remove compat with disk arrays 0.2.4, and to remove the current ArchGDAL version from the julia registry.

rafaqz commented 2 years ago

Yanked: https://github.com/JuliaRegistries/General/pull/53421