Skip to content

Commit 27567b6

Browse files
david4096jsstevensonkorikuzma
authored
Add missing dependencies (#533)
Was working on the annotator and these dependencies were missing. `uv sync --extra extras` --------- Co-authored-by: James Stevenson <james.sharpsteen@gmail.com> Co-authored-by: Kori Kuzma <korikuzma@gmail.com>
1 parent 3fea46b commit 27567b6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ dependencies = [
4040
"bioutils",
4141
"requests",
4242
"canonicaljson",
43+
"setuptools>=78.1.0", # TODO remove this pin caused by HGVS issue
4344
]
4445

4546
[project.optional-dependencies]
@@ -50,6 +51,7 @@ extras = [
5051
"hgvs>=1.4",
5152
"dill~=0.3.7",
5253
"click",
54+
"pysam>=0.23.0",
5355
]
5456
dev = [
5557
# tests

0 commit comments

Comments
 (0)