Skip to content

Commit

Permalink
Bump Python version
Browse files Browse the repository at this point in the history
  • Loading branch information
aMarcireau committed Sep 25, 2023
1 parent 751d17c commit 08d1dfd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions python/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
[package]
name = "python"
version = "0.3.0"
version = "0.7.0"
edition = "2021"

[lib]
name = "neuromorphic_drivers"
crate-type = ["cdylib"]

[dependencies]
neuromorphic-drivers = {path = "../drivers"}
neuromorphic-drivers = "0.7.0"
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.7.0"
paste = "1.0"
reflect = {path = "../reflect"}
serde = {version = "1.0", features = ["derive"]}
Expand Down
2 changes: 1 addition & 1 deletion python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ authors = [
{name = "International Centre for Neuromorphic Systems"},
{name = "Alexandre Marcireau"},
]
version = "0.3.0"
version = "0.7.0"
requires-python = ">=3.8"
dependencies = ["numpy>=1.26"]

Expand Down

0 comments on commit 08d1dfd

Please sign in to comment.