Skip to content

Commit

Permalink
Adjust toml
Browse files Browse the repository at this point in the history
  • Loading branch information
relf committed Jan 2, 2025
1 parent b572a26 commit 8d0383e
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 27 deletions.
30 changes: 3 additions & 27 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,30 +24,6 @@ rust-version = "1.74" # MSVR

exclude = [".github/"]

[dependencies]
linfa = { version = "0.7", default-features = false }

ndarray = { version = "0.15", features = ["rayon", "approx"] }
ndarray-rand = "0.14"
anyhow = "1"
rayon = "1"

rand_xoshiro = "0.6"
libm = "0.2"
finitediff = { version = "0.1.4", features = ["ndarray"] }
env_logger = "0.11"
log = "0.4"

pyo3 = { version = "0.22", features = ["extension-module"] }
pyo3-log = "0.11"
numpy = "0.22.1"

serde = "1"
serde_json = "1"

ctrlc = "3.4"

[dev-dependencies]
criterion = "0.5"
approx = "0.4"
argmin_testfunctions = "0.2"
[workspace.metadata.release]
shared-version = true
tag-name = "{{version}}"
26 changes: 26 additions & 0 deletions python/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,29 @@ egobox-moe = { version = "0.25.0", path = "../crates/moe", features = [
egobox-ego = { version = "0.25.0", path = "../crates/ego", features = [
"persistent",
] }
linfa = { version = "0.7", default-features = false }

ndarray = { version = "0.15", features = ["rayon", "approx"] }
ndarray-rand = "0.14"
anyhow = "1"
rayon = "1"

rand_xoshiro = "0.6"
libm = "0.2"
finitediff = { version = "0.1.4", features = ["ndarray"] }
env_logger = "0.11"
log = "0.4"

pyo3 = { version = "0.22", features = ["extension-module"] }
pyo3-log = "0.11"
numpy = "0.22.1"

serde = "1"
serde_json = "1"

ctrlc = "3.4"

[dev-dependencies]
criterion = "0.5"
approx = "0.4"
argmin_testfunctions = "0.2"

0 comments on commit 8d0383e

Please sign in to comment.