Skip to content

Commit 0cb7e33

Browse files
authored
Correct cellular_raza dependency
1 parent 58df391 commit 0cb7e33

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@ nalgebra = { git = "https://github.com/dimforge/nalgebra" }
1313

1414
[dependencies]
1515
approxim = "0.6.5"
16-
# cellular_raza = { git = "https://github.com/jonaspleyer/cellular_raza", features = [ "pyo3" ] }
17-
cellular_raza = { path = "../../03-software/cellular_raza/cellular_raza", features = [ "pyo3",
18-
"approx" ] }
16+
cellular_raza = { git = "https://github.com/jonaspleyer/cellular_raza", features = [ "pyo3", "approx" ] }
1917
nalgebra = "0.33.2"
2018
num = "0.4"
2119
pyo3 = "0.24"

0 commit comments

Comments
 (0)