about summary refs log tree commit diff
path: root/pkgs/development/python-modules/kornia-rs/kornia-rs-from-crates.patch
blob: 4745f9ab9f0680aa1fc8013d437a92ee9101dd76 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/py-kornia/Cargo.toml b/py-kornia/Cargo.toml
index e0563f3..e192654 100644
--- a/py-kornia/Cargo.toml
+++ b/py-kornia/Cargo.toml
@@ -9,6 +9,6 @@ crate-type = ["cdylib"]

 [dependencies]
 anyhow = "1.0.80"
-kornia-rs = { path = ".." }
+kornia-rs = { version = "@version@" }
 pyo3 = { version = "0.20", features = ["extension-module"] }
 numpy = { version = "0.20.0" }