Skip to content

Commit

Permalink
build(deps): update pycocotools requirement from <=2.0.6,>2.0.0 to >2…
Browse files Browse the repository at this point in the history
….0.0,<=2.0.7 in /requirements (Lightning-AI#1994)

build(deps): update pycocotools requirement in /requirements

Updates the requirements on [pycocotools](https://github.com/ppwwyyxx/cocoapi) to permit the latest version.
- [Commits](https://github.com/ppwwyyxx/cocoapi/commits)

---
updated-dependencies:
- dependency-name: pycocotools
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 15, 2023
1 parent 6447a16 commit 3c78fc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements/detection.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# in case you want to preserve/enforce restrictions on the latest compatible version, add "strict" as an in-line comment

torchvision >=0.8, <=0.15.2
pycocotools >2.0.0, <=2.0.6
pycocotools >2.0.0, <=2.0.7

0 comments on commit 3c78fc7

Please sign in to comment.