Skip to content

Commit

Permalink
Merge branch 'main' into try-skipmers
Browse files Browse the repository at this point in the history
  • Loading branch information
bluegenes authored Dec 16, 2024
2 parents 8e09b49 + ab24735 commit 4afa85d
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
32 changes: 16 additions & 16 deletions Cargo.lock

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

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

[dependencies]
pyo3 = { version = "0.23.1", features = ["extension-module", "anyhow"] }
pyo3 = { version = "0.23.2", features = ["extension-module", "anyhow"] }
rayon = "1.10.0"
serde = { version = "1.0.215", features = ["derive"] }
serde = { version = "1.0.216", features = ["derive"] }
#sourmash = { version = "0.17.2", features = ["branchwater"] }
sourmash = {git = "https://github.com/sourmash-bio/sourmash/", branch = "try-skipmers", features = ["branchwater"]}
serde_json = "1.0.133"
niffler = "2.4.0"
log = "0.4.22"
env_logger = { version = "0.11.5" }
simple-error = "0.3.1"
anyhow = "1.0.93"
anyhow = "1.0.94"
zip = { version = "=2.0", default-features = false }
tempfile = "3.14"
needletail = "0.5.1"
Expand Down

0 comments on commit 4afa85d

Please sign in to comment.