Skip to content

Commit

Permalink
Merge pull request #21 from jrm5100/master
Browse files Browse the repository at this point in the history
Update numpy version requirement to make compatible with clarite
  • Loading branch information
jrm5100 committed Jun 24, 2021
2 parents 968af39 + d9e236d commit d1d1568
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -17,7 +17,7 @@ classifiers = [

[tool.poetry.dependencies]
python = "^3.7.1,<3.10"
numpy = "1.18"
numpy = "^1.21"
pandas = "^1.2"
cyvcf2 = {version="^0.30", markers = "sys_platform != 'win32'"}
sphinx = {version = "^3.2.1", optional = true}
Expand Down

0 comments on commit d1d1568

Please sign in to comment.