Skip to content

Commit

Permalink
Merge branch 'main' into foldhash
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanIsCoding authored Nov 10, 2024
2 parents 9137236 + badf425 commit 15d8090
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 24 deletions.
44 changes: 22 additions & 22 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ num-complex = "0.4"
num-traits.workspace = true
numpy.workspace = true
petgraph.workspace = true
quick-xml = "0.36"
quick-xml = "0.37"
rand.workspace = true
rand_pcg.workspace = true
rayon.workspace = true
Expand All @@ -62,7 +62,7 @@ smallvec = { version = "1.0", features = ["union"] }
rustworkx-core = { path = "rustworkx-core", version = "=0.16.0" }

[dependencies.pyo3]
version = "0.22.5"
version = "0.22.6"
features = ["abi3-py39", "extension-module", "hashbrown", "num-bigint", "num-complex", "indexmap", "py-clone"]

[dependencies.sprs]
Expand Down

0 comments on commit 15d8090

Please sign in to comment.