Merge pull request #280 from neodyland/ndarray-update

Ndarray update
This commit is contained in:
tuna2134
2025-11-13 18:51:17 -08:00
committed by GitHub
2 changed files with 409 additions and 381 deletions

788
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -15,7 +15,7 @@ documentation = "https://docs.rs/sbv2_core"
anyhow = "1.0.100"
dotenvy = "0.15.7"
env_logger = "0.11.6"
ndarray = "0.16.1"
ndarray = "0.17.1"
once_cell = "1.20.3"
[profile.release]