Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ egobox-ego = { version = "0.21.1", path = "./ego", features = ["persistent"] }
linfa = { version = "0.7", default-features = false }

ndarray = { version = "0.15", features = ["rayon", "approx"] }
ndarray-rand = "0.14"
ndarray-rand = "0.15"
numpy = "0.21.0"
anyhow = "1"
rayon = "1"
Expand Down
2 changes: 1 addition & 1 deletion doe/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ serializable = ["serde", "rand_xoshiro/serde1"]
linfa = { version = "0.7", default-features = false }
ndarray = { version = "0.15", features = ["rayon", "approx"] }
ndarray-stats = "0.5"
ndarray-rand = "0.14"
ndarray-rand = "0.15"
rand_xoshiro = "0.6"
num-traits = "0.2"
serde = { version = "1", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion ego/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ linfa-linalg = { version = "0.1", default-features = false }
ndarray = { version = "0.15", features = ["rayon", "approx"] }
ndarray-linalg = { version = "0.15", optional = true }
ndarray-stats = "0.5"
ndarray-rand = "0.14"
ndarray-rand = "0.15"
ndarray-npy = "0.8"
rayon = "1"

Expand Down
2 changes: 1 addition & 1 deletion gp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ ndarray = { version = "0.15", features = ["rayon", "approx"] }
ndarray-linalg = { version = "0.15", optional = true }
ndarray-stats = "0.5"
ndarray_einsum_beta = "0.7"
ndarray-rand = "0.14"
ndarray-rand = "0.15"
ndarray-npy = "0.8"
nlopt = { version = "0.7.0", optional = true }
cobyla = { version = "0.6" }
Expand Down
2 changes: 1 addition & 1 deletion moe/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ linfa-linalg = { version = "0.1", default-features = false }
ndarray = { version = "0.15", features = ["rayon", "approx"] }
ndarray-linalg = { version = "0.15", optional = true }
ndarray-stats = "0.5"
ndarray-rand = "0.14"
ndarray-rand = "0.15"
ndarray-npy = "0.8"
rand_xoshiro = "0.6"
paste = "1.0"
Expand Down
Loading