Skip to content

Commit

Permalink
Merge pull request #380 from Living-with-machines/dependabot/pip/pyte…
Browse files Browse the repository at this point in the history
…st-cov-gte-4.1.0-and-lt-6.0.0

Update pytest-cov requirement from <5.0.0,>=4.1.0 to >=4.1.0,<6.0.0
  • Loading branch information
rwood-97 authored Apr 5, 2024
2 parents e19bb02 + 312ebfd commit 5b927b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
extras_require={
"dev": [
"pytest<9.0.0",
"pytest-cov>=4.1.0,<5.0.0",
"pytest-cov>=4.1.0,<6.0.0",
"timm<1.0.0",
"transformers<5.0.0",
"black>=23.7.0,<25.0.0",
Expand Down

0 comments on commit 5b927b4

Please sign in to comment.