Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
bertiqwerty authored Mar 1, 2024
1 parent 2e8d2b6 commit ed3a17f
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 @@ -11,7 +11,7 @@ name = "mexpress"
crate-type = ["cdylib"]

[dependencies]
exmex = { version = "0.18.0", features = ["partial"] }
exmex = { version = "0.19.0", features = ["partial"] }
numpy = "0.20.0"
num = "0.4"
pyo3 = { version = "0.20.0", features = ["extension-module"] }
pyo3 = { version = "0.20.3", features = ["extension-module"] }

0 comments on commit ed3a17f

Please sign in to comment.