Upgrade pyo3 to 0.20

This commit is contained in:
Dirkjan Ochtman 2023-10-12 16:04:56 +02:00
parent 2f01ebe708
commit 5fa63b0c85
1 changed files with 1 additions and 1 deletions

View File

@ -17,6 +17,6 @@ crate-type = ["cdylib"]
[dependencies]
bincode = "1.3.1"
instant-distance = { version = "0.6", path = "../instant-distance", features = ["with-serde"] }
pyo3 = { version = "0.19.0", features = ["extension-module"] }
pyo3 = { version = "0.20", features = ["extension-module"] }
serde = { version = "1", features = ["derive"] }
serde-big-array = "0.5.0"