Skip to content

Commit

Permalink
⬆️ Update supervision requirement
Browse files Browse the repository at this point in the history
Updates the requirements on [supervision](https://github.com/roboflow/supervision) to permit the latest version.
- [Release notes](https://github.com/roboflow/supervision/releases)
- [Changelog](https://github.com/roboflow/supervision/blob/develop/docs/changelog.md)
- [Commits](roboflow/supervision@0.24.0rc1...0.26.0rc1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 18, 2024
1 parent 669d0dd commit b609ab5
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 @@ -34,7 +34,7 @@ classifiers = [
]

dependencies = [
"supervision~=0.24.0rc1",
"supervision>=0.24,<0.27",
"requests>=2.31.0,<=2.32.3",
"transformers>=4.44.2,<4.46.0",
"torch~=2.4.0",
Expand Down

0 comments on commit b609ab5

Please sign in to comment.