chore: Update ndarray to v0.17 (#484)

This commit is contained in:
Michael Partheil
2025-11-05 21:04:07 +01:00
committed by GitHub
parent 95d520a6f6
commit 716f34f143
11 changed files with 13 additions and 13 deletions

View File

@@ -96,7 +96,7 @@ nvrtx = [ "ort-sys/nvrtx" ]
ort-sys = { version = "=2.0.0-rc.10", path = "ort-sys", default-features = false }
smallvec = { version = "=2.0.0-alpha.11", default-features = false }
ndarray = { version = "0.16", default-features = false, optional = true }
ndarray = { version = "0.17", default-features = false, optional = true }
libloading = { version = "0.8", optional = true }
ureq = { version = "3", optional = true, default-features = false }
sha2 = { version = "0.10", optional = true }