Skip to content

Commit

Permalink
+ Establishing deps
Browse files Browse the repository at this point in the history
  • Loading branch information
semenko committed Dec 20, 2023
1 parent 3f07774 commit 2fa7af7
Show file tree
Hide file tree
Showing 2 changed files with 153 additions and 2 deletions.
151 changes: 149 additions & 2 deletions poetry.lock

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

4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ Changelog = "https://github.com/mcwdsi/bam2tensor/releases"
[tool.poetry.dependencies]
python = "^3.9"
click = ">=8.0.1"
numpy = "^1.26.2"
scipy = "^1.11.4"
tqdm = "^4.66.1"
biopython = "^1.81"

[tool.poetry.group.dev.dependencies]
pygments = ">=2.10.0"
Expand Down

0 comments on commit 2fa7af7

Please sign in to comment.