Skip to content

Commit 225af57

Browse files
committed
Merge branch 'main' into feat/4-vcf-loading
2 parents 6a7474d + 15c208b commit 225af57

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@ classifiers = [
1717
"Operating System :: OS Independent",
1818
]
1919
dependencies = [
20+
"ga4gh.vrs>=2.2.0,<3.0",
2021
"ga4gh.va_spec~=0.4.2",
21-
"biocommons.anyvar@git+https://github.com/biocommons/anyvar.git@storage-refactor-epic",
22+
"biocommons.anyvar@git+https://github.com/biocommons/anyvar.git@main",
2223
"fastapi>=0.95.0",
2324
"python-multipart", # required for fastapi file uploads
2425
"uvicorn",

0 commit comments

Comments
 (0)