Skip to content

Commit

Permalink
Merge branch 'main' of github.com:sourmash-bio/sourmash_plugin_branch…
Browse files Browse the repository at this point in the history
…water into fix_query_scaled
  • Loading branch information
ctb committed Nov 11, 2024
2 parents 9e3204f + 5f58e29 commit 7b1c998
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 25 deletions.
40 changes: 20 additions & 20 deletions Cargo.lock

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

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ name = "sourmash_plugin_branchwater"
crate-type = ["cdylib"]

[dependencies]
pyo3 = { version = "0.22.5", features = ["extension-module", "anyhow"] }
pyo3 = { version = "0.22.6", features = ["extension-module", "anyhow"] }
rayon = "1.10.0"
serde = { version = "1.0.213", features = ["derive"] }
sourmash = { version = "0.17.0", features = ["branchwater"] }
Expand All @@ -18,11 +18,11 @@ niffler = "2.4.0"
log = "0.4.22"
env_logger = { version = "0.11.5" }
simple-error = "0.3.1"
anyhow = "1.0.92"
anyhow = "1.0.93"
zip = { version = "2.0", default-features = false }
tempfile = "3.13"
tempfile = "3.14"
needletail = "0.5.1"
csv = "1.3.0"
csv = "1.3.1"
camino = "1.1.9"
glob = "0.3.1"
rustworkx-core = "0.15.1"
Expand All @@ -32,7 +32,7 @@ streaming-stats = "0.2.3"
assert_cmd = "2.0.16"
assert_matches = "1.5.0"
predicates = "3.1.2"
tempfile = "3.13.0"
tempfile = "3.14.0"

[profile.release]
#target-cpu=native
Expand Down

0 comments on commit 7b1c998

Please sign in to comment.