We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23e5a4e commit 2d11ba3Copy full SHA for 2d11ba3
1 file changed
pyproject.toml
@@ -51,7 +51,7 @@ extras = [
51
"hgvs>=1.4,<1.5.5",
52
"dill~=0.3.7",
53
"click",
54
- "pysam>=0.23.0",
+ "pysam==0.23.0", # pinned pending https://github.com/ga4gh/vrs-python/issues/560
55
]
56
dev = [
57
# tests
0 commit comments