Skip to content

Commit a125464

Browse files
committed
use mainline nalgebra and patched version of cellular_raza
1 parent ccedbf9 commit a125464

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Cargo.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ name = "cr_bayesian_optim"
33
version = "0.1.1"
44
edition = "2021"
55

6+
[patch.crates-io]
7+
cellular_raza = { git = "https://github.com/jonaspleyer/cellular_raza/" }
8+
nalgebra = { git = "https://github.com/dimforge/nalgebra/" }
9+
610
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
711
[lib]
812
name = "cr_bayesian_optim"
@@ -11,7 +15,7 @@ crate-type = ["cdylib"]
1115
[dependencies]
1216
approxim = "0.6.5"
1317
cellular_raza = { version = "0.2.4", features = [ "pyo3", "approx" ] }
14-
nalgebra = { package = "nalgebra-randv09", version="0.33" }
18+
nalgebra = { version="0.33" }
1519
num = "0.4"
1620
pyo3 = { version = "0.24", features = ["serde"] }
1721
pythonize = "0.24.0"

0 commit comments

Comments
 (0)