Skip to content

Commit

Permalink
Merge pull request #226 from sandialabs/dependabot/cargo/pyo3-0.21
Browse files Browse the repository at this point in the history
Update pyo3 requirement from 0.20 to 0.21
  • Loading branch information
mrbuche authored Apr 3, 2024
2 parents 634f848 + e7b78b1 commit 6a2ac58
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ python = ["dep:numpy", "dep:pyo3"]

[dependencies]
numpy = {version = "0.21", optional = true}
pyo3 = {version = "0.20", features = ["extension-module"], optional = true}
pyo3 = {version = "0.21", features = ["extension-module"], optional = true}
rand = "0.8.5"
rand_distr = "0.4.3"

0 comments on commit 6a2ac58

Please sign in to comment.