Skip to content

Commit

Permalink
Increment the Python version
Browse files Browse the repository at this point in the history
  • Loading branch information
aMarcireau committed Apr 22, 2024
1 parent d6564b8 commit 43cda36
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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.12.0"
version = "0.13.0"
edition = "2021"

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

[dependencies]
neuromorphic-drivers = {path = "../drivers"}
neuromorphic-drivers = "0.13.0"
numpy = "0.21.0"
paste = "1.0"
pyo3 = {version = "0.21", features = ["extension-module"]}

[build-dependencies]
cc = "1.0"
neuromorphic-drivers = {path = "../drivers"}
neuromorphic-drivers = "0.13.0"
paste = "1.0"
reflect = {path = "../reflect"}
serde = {version = "1.0", features = ["derive"]}
Expand Down
4 changes: 2 additions & 2 deletions 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.12.0"
version = "0.13.0"
requires-python = ">=3.8"
dependencies = ["numpy>=1.24"]

Expand All @@ -17,7 +17,7 @@ repository = "https://github.com/neuromorphicsystems/neuromorphic-rs/"
documentation = "https://github.com/neuromorphicsystems/neuromorphic-rs/"

[build-system]
requires = ["maturin==1.2.3", "numpy"]
requires = ["maturin==1.5.1", "numpy"]
build-backend = "maturin"

[tool.maturin]
Expand Down

0 comments on commit 43cda36

Please sign in to comment.