Skip to content

Commit

Permalink
build: pin gene-normalizer version to >=0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
korikuzma committed Jan 30, 2025
1 parent 7c99801 commit e402911
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ fastapi = "*"
uvicorn = "*"
pydantic = "==2.*"
"ga4gh.vrs" = {version = "==2.0.0a13", extras = ["extras"]}
gene-normalizer = "~=0.6.0"
gene-normalizer = ">=0.7.0"
boto3 = "*"
cool-seq-tool = "~=0.9.1"
bioutils = "*"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dependencies = [
"uvicorn",
"pydantic ==2.*",
"ga4gh.vrs[extras] ==2.0.0a13",
"gene-normalizer ~=0.6.0",
"gene-normalizer >=0.7.0",
"boto3",
"cool-seq-tool ~=0.9.1",
"bioutils"
Expand Down

0 comments on commit e402911

Please sign in to comment.