File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,10 @@ name = "cr_bayesian_optim"
33version = " 0.1.1"
44edition = " 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 ]
812name = " cr_bayesian_optim"
@@ -11,7 +15,7 @@ crate-type = ["cdylib"]
1115[dependencies ]
1216approxim = " 0.6.5"
1317cellular_raza = { version = " 0.2.4" , features = [ " pyo3" , " approx" ] }
14- nalgebra = { package = " nalgebra-randv09 " , version =" 0.33" }
18+ nalgebra = { version =" 0.33" }
1519num = " 0.4"
1620pyo3 = { version = " 0.24" , features = [" serde" ] }
1721pythonize = " 0.24.0"
You can’t perform that action at this time.
0 commit comments