Compare commits

...

9 Commits

Author SHA1 Message Date
tuna2134
42cbdd5f11 Merge pull request #280 from neodyland/ndarray-update
Ndarray update
2025-11-13 18:51:17 -08:00
tuna2134
b246b518a5 delete 2025-11-14 02:50:22 +00:00
tuna2134
cbea7678b3 bump 2025-11-14 02:49:45 +00:00
tuna2134
84a1676684 Merge pull request #279 from neodyland/revert-274-dependabot/cargo/ndarray-0.17.1
Revert "build(deps): bump ndarray from 0.16.1 to 0.17.1"
2025-11-13 18:40:07 -08:00
tuna2134
bd057352ca Revert "build(deps): bump ndarray from 0.16.1 to 0.17.1" 2025-11-14 11:39:29 +09:00
tuna2134
a8e422d46d Merge pull request #274 from neodyland/dependabot/cargo/ndarray-0.17.1
build(deps): bump ndarray from 0.16.1 to 0.17.1
2025-11-13 18:38:06 -08:00
dependabot[bot]
6e3b816ce9 build(deps): bump ndarray from 0.16.1 to 0.17.1
Bumps [ndarray](https://github.com/rust-ndarray/ndarray) from 0.16.1 to 0.17.1.
- [Release notes](https://github.com/rust-ndarray/ndarray/releases)
- [Changelog](https://github.com/rust-ndarray/ndarray/blob/master/RELEASES.md)
- [Commits](https://github.com/rust-ndarray/ndarray/compare/0.16.1...0.17.1)

---
updated-dependencies:
- dependency-name: ndarray
  dependency-version: 0.17.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-11-14 02:37:24 +00:00
tuna2134
9150a2eef9 Merge pull request #278 from neodyland/dependabot/cargo/ort-ea968ff
build(deps): bump ort from `95d520a` to `ea968ff`
2025-11-13 18:34:21 -08:00
dependabot[bot]
7d9aa420c7 build(deps): bump ort from 95d520a to ea968ff
Bumps [ort](https://github.com/pykeio/ort) from `95d520a` to `ea968ff`.
- [Release notes](https://github.com/pykeio/ort/releases)
- [Commits](95d520a6f6...ea968ff6c7)

---
updated-dependencies:
- dependency-name: ort
  dependency-version: ea968ff6c761953e5c9e2d1ee1d51811a067966f
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-11-10 07:35:34 +00:00
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" anyhow = "1.0.100"
dotenvy = "0.15.7" dotenvy = "0.15.7"
env_logger = "0.11.6" env_logger = "0.11.6"
ndarray = "0.16.1" ndarray = "0.17.1"
once_cell = "1.20.3" once_cell = "1.20.3"
[profile.release] [profile.release]