Skip to content

Cannot use zip::write::SimpleFileOptions in NpzWriter::new_with_options #85

@hawo-hoefer

Description

@hawo-hoefer

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    breaking changePRs that break backwards compatibility

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions