We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e1decf commit fd0e6abCopy full SHA for fd0e6ab
pyproject.toml
@@ -27,7 +27,7 @@ dependencies = [
27
"python-dotenv",
28
"pydantic-settings",
29
"requests",
30
- "pysam",
+ "pysam==0.23.0", # see https://github.com/ga4gh/vrs-python/issues/560
31
]
32
dynamic = ["version"]
33
0 commit comments