evcc: 0.131.4 -> 0.131.5
[NixPkgs.git] / pkgs / development / python-modules / kornia-rs / kornia-rs-from-crates.patch
blob4745f9ab9f0680aa1fc8013d437a92ee9101dd76
1 diff --git a/py-kornia/Cargo.toml b/py-kornia/Cargo.toml
2 index e0563f3..e192654 100644
3 --- a/py-kornia/Cargo.toml
4 +++ b/py-kornia/Cargo.toml
5 @@ -9,6 +9,6 @@ crate-type = ["cdylib"]
7 [dependencies]
8 anyhow = "1.0.80"
9 -kornia-rs = { path = ".." }
10 +kornia-rs = { version = "@version@" }
11 pyo3 = { version = "0.20", features = ["extension-module"] }
12 numpy = { version = "0.20.0" }