Skip to content

Commit

Permalink
Update ndarray-npy requirement from 0.8 to 0.9
Browse files Browse the repository at this point in the history
Updates the requirements on [ndarray-npy](https://github.com/jturner314/ndarray-npy) to permit the latest version.
- [Changelog](https://github.com/jturner314/ndarray-npy/blob/master/RELEASES.md)
- [Commits](jturner314/ndarray-npy@0.8.0...0.9.1)

---
updated-dependencies:
- dependency-name: ndarray-npy
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 1, 2024
1 parent 27fc495 commit 2c3d2d3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ego/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ ndarray = { version = "0.15", features = ["rayon", "approx"] }
ndarray-linalg = { version = "0.15", optional = true }
ndarray-stats = "0.5"
ndarray-rand = "0.14"
ndarray-npy = "0.8"
ndarray-npy = "0.9"
rayon = "1"

cobyla = { version = "0.6" }
Expand Down
2 changes: 1 addition & 1 deletion gp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ ndarray-linalg = { version = "0.15", optional = true }
ndarray-stats = "0.5"
ndarray_einsum_beta = "0.7"
ndarray-rand = "0.14"
ndarray-npy = "0.8"
ndarray-npy = "0.9"
nlopt = { version = "0.7.0", optional = true }
cobyla = { version = "0.6" }
rand_xoshiro = "0.6"
Expand Down
4 changes: 2 additions & 2 deletions moe/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ ndarray = { version = "0.15", features = ["rayon", "approx"] }
ndarray-linalg = { version = "0.15", optional = true }
ndarray-stats = "0.5"
ndarray-rand = "0.14"
ndarray-npy = "0.8"
ndarray-npy = "0.9"
rand_xoshiro = "0.6"
paste = "1.0"
bitflags = { version = "2.4.1", features = ["serde"] }
Expand All @@ -56,7 +56,7 @@ typetag = { version = "0.2", optional = true }
[dev-dependencies]
criterion = "0.5"
approx = "0.4"
ndarray-npy = "0.8"
ndarray-npy = "0.9"
ndarray-csv = "0.5"
csv = "1.1"
argmin_testfunctions = "0.2"
Expand Down

0 comments on commit 2c3d2d3

Please sign in to comment.