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 branch_api_2
  • Loading branch information
ctb committed Jan 2, 2025
2 parents b3499cd + 1687b30 commit 3715c22
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
20 changes: 10 additions & 10 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,20 @@ crate-type = ["cdylib"]
[dependencies]
pyo3 = { version = "0.23.3", features = ["extension-module", "anyhow"] }
rayon = "1.10.0"
serde = { version = "1.0.216", features = ["derive"] }
serde = { version = "1.0.217", features = ["derive"] }
sourmash = { version = "0.18.0", features = ["branchwater"] }
serde_json = "1.0.134"
niffler = "2.4.0"
log = "0.4.22"
env_logger = { version = "0.11.5" }
env_logger = { version = "0.11.6" }
simple-error = "0.3.1"
anyhow = "1.0.94"
anyhow = "1.0.95"
zip = { version = "2.0", default-features = false }
tempfile = "3.14"
needletail = "0.5.1"
csv = "1.3.1"
camino = "1.1.9"
glob = "0.3.1"
glob = "0.3.2"
rustworkx-core = "0.15.1"
streaming-stats = "0.2.3"
rust_decimal = { version = "1.36.0", features = ["maths"] }
Expand Down

0 comments on commit 3715c22

Please sign in to comment.