Skip to content

Commit

Permalink
Re-add non-windows criteria for cyvcf2
Browse files Browse the repository at this point in the history
  • Loading branch information
jrm5100 committed Jun 23, 2021
1 parent edce152 commit c7badc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ classifiers = [
python = "^3.7.1,<3.10"
numpy = "1.18"
pandas = "^1.2"
cyvcf2 = "^0.30"
cyvcf2 = {version="^0.30", markers = "sys_platform != 'win32'"}
sphinx = {version = "^3.2.1", optional = true}
sphinx_rtd_theme = {version = "^0.5.0", optional = true}
numpydoc = {version = "^1.1.0", optional = true}
Expand Down

0 comments on commit c7badc6

Please sign in to comment.