this package really should not need to declare zarr-python as a dependency, because that prevents zarr-python from ever depending on this package. fixing this requires the use of structural typing, e.g. via protocols, for the definition of the codec behavior zarr-python expects.
this package really should not need to declare zarr-python as a dependency, because that prevents zarr-python from ever depending on this package. fixing this requires the use of structural typing, e.g. via protocols, for the definition of the codec behavior zarr-python expects.