From 640f3281411913f1cbc1eba3cce772915508203f Mon Sep 17 00:00:00 2001 From: Jim Turner Date: Sun, 16 Nov 2025 21:36:50 -0500 Subject: [PATCH] Update zip dependency to version 6 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3a6c614..91b7437 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ ndarray = "0.16" num-complex-0_4 = { package = "num-complex", version = "0.4", optional = true } num-traits = "0.2" py_literal = "0.4" -zip = { version = "2", default-features = false, optional = true } +zip = { version = "6", default-features = false, optional = true } [features] default = ["compressed_npz", "num-complex-0_4"]