Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
AroneyS committed Nov 25, 2024
1 parent ae52d88 commit 09a74af
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,17 @@ description = "Bin Chicken - targeted recovery of low abundance metagenome assem
readme = "README.md"
license = { file="LICENSE" }
requires-python = ">=3.10"
dependencies = ["snakemake>=6.0.5",
"mamba",
"networkx",
"bird_tool_utils",
dependencies = ["snakemake>=8.25.1",
"snakemake-executor-plugin-cluster-generic>=1.0.9",
"snakemake-executor-plugin-slurm>=0.11.2",
"networkx>=3.1",
"bird-tool-utils>=0.4.0",
"extern",
"ruamel.yaml>=0.15.99",
"polars",
"pyarrow"]
"polars>=1.2.0",
"pyarrow",
"sourmash>=4.8.0",
"sourmash-plugin-branchwater>=0.9.0"]
classifiers = [
"Topic :: Scientific/Engineering :: Bio-Informatics",
]
Expand Down

0 comments on commit 09a74af

Please sign in to comment.