diff --git a/drivers/Cargo.toml b/drivers/Cargo.toml index f8b4f71..809f5f0 100644 --- a/drivers/Cargo.toml +++ b/drivers/Cargo.toml @@ -5,7 +5,7 @@ authors = [ "Alexandre Marcireau", ] description = "Neuromorphic devices drivers" -version = "0.4.0" +version = "0.5.0" edition = "2021" license-file = "../LICENSE" homepage = "https://github.com/neuromorphicsystems/neuromorphic-rs/" diff --git a/python/Cargo.toml b/python/Cargo.toml index 156712c..d112a24 100644 --- a/python/Cargo.toml +++ b/python/Cargo.toml @@ -9,14 +9,14 @@ crate-type = ["cdylib"] [dependencies] bincode = "1.3.3" -neuromorphic-drivers = {path = "../drivers"} +neuromorphic-drivers = "0.5" numpy = "0.19" paste = "1.0" pyo3 = {version = "0.19", features = ["extension-module"]} [build-dependencies] cc = "1.0" -neuromorphic-drivers = {path = "../drivers"} +neuromorphic-drivers = "0.5" paste = "1.0" serde = {version = "1.0", features = ["derive"]} serde_json = "1.0"