Skip to content

Commit

Permalink
Pin coverage to version >= 6, < 7.
Browse files Browse the repository at this point in the history
  • Loading branch information
KelSolaar committed Jan 24, 2024
1 parent df44528 commit f5c68a4
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 @@ -59,7 +59,7 @@ typing-extensions = ">= 4, < 5"
matplotlib = ">= 3.5, != 3.5.0, != 3.5.1"

[tool.poetry.group.dev.dependencies]
coverage = "!= 6.3"
coverage = ">= 6, < 7"
coveralls = "*"
invoke = "*"
jupyter = "*"
Expand Down

0 comments on commit f5c68a4

Please sign in to comment.