Skip to content

Commit

Permalink
feat!: Update pyo3 to 0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
MarquessV committed Sep 6, 2023
1 parent bcd7f08 commit d77377e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ complex = ["num-complex", "num-traits", "pyo3/num-complex"]
extension-module = ["pyo3/extension-module"]

[dependencies]
num-complex = { version = "0.4.0", optional = true }
num-traits = { version = "0.2.15", optional = true }
num-complex = { version = "^0.4.0", optional = true }
num-traits = { version = "^0.2.15", optional = true }
paste = "1.0"
pyo3 = { version = "0.17", default-features = false, features = ["macros", "multiple-pymethods"] }
pyo3 = { version = "0.19", default-features = false, features = ["macros", "multiple-pymethods"] }
time = { version = "0.3", optional = true }

[dev-dependencies]
Expand Down

0 comments on commit d77377e

Please sign in to comment.