Skip to content

Commit d1d1568

Browse files
authored
Merge pull request #21 from jrm5100/master
Update numpy version requirement to make compatible with clarite
2 parents 968af39 + d9e236d commit d1d1568

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ classifiers = [
1717

1818
[tool.poetry.dependencies]
1919
python = "^3.7.1,<3.10"
20-
numpy = "1.18"
20+
numpy = "^1.21"
2121
pandas = "^1.2"
2222
cyvcf2 = {version="^0.30", markers = "sys_platform != 'win32'"}
2323
sphinx = {version = "^3.2.1", optional = true}

0 commit comments

Comments
 (0)