Skip to content

Commit

Permalink
Update pyo3 Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherRabotin authored Dec 22, 2024
1 parent 7ba342c commit a5ca81e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ bytes = "1.6.0"
snafu = { version = "0.8.0", features = ["backtrace"] }
rstest = "0.23.0"
pyo3 = { version = "0.23", features = ["multiple-pymethods"] }
pyo3-log = "0.11"
numpy = "0.22"
pyo3-log = "0.12.1"
numpy = "0.23"
ndarray = ">= 0.15, < 0.17"

anise = { version = "0.5.1", path = "anise", default-features = false }
Expand Down

0 comments on commit a5ca81e

Please sign in to comment.