Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mrbuche committed Feb 6, 2024
1 parent 6c78ed3 commit 0c4a71b
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 @@ -14,8 +14,8 @@ extern = []
python = ["dep:numpy", "dep:pyo3"]

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

0 comments on commit 0c4a71b

Please sign in to comment.