I'm trying to use zip::write::SimpleFileOptions to enable large files. For compatibility, I need to explicitly use zip v2.6.1, which ndarray-npy depends on. For building and running, this works fine, but when trying to cargo install my project, the crate does not compile, because zip 2.6.1 has been yanked from crates.io.
I'm not sure how deeply zip is integrated into ndarray-npy, but maybe it's possible to easily bump the dependency and the problem will go away :)
I'm using ndarray-npy version 0.9.1.
Do you need further input on this, or would you like me to prepare a pull request?