Skip to content

Commit

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

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

0 comments on commit 7a0ed41

Please sign in to comment.