Skip to content

Commit c5165d8

Browse files
authored
add explicit pg optional dependency group to gene normalizer transitive dependency (#27)
* add explicit pg optional dependency group to gene normalizer transitive dependency
1 parent fbdd0fe commit c5165d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencies = [
1414
"flask~=3.0.3",
1515
"requests~=2.0",
1616
"variation-normalizer @ git+https://github.com/cancervariants/variation-normalization@0.15.0",
17-
# "variation-normalizer-manuscript @ git+https://github.com/GenomicMedLab/variation-normalizer-manuscript@issue-116",
17+
"gene-normalizer[pg]>=0.9.0",
1818
]
1919
dynamic = ["version"]
2020

0 commit comments

Comments
 (0)