From b609ab5aef3ca53cb329b22cd38509d212b68bb6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 18:44:02 +0000 Subject: [PATCH] :arrow_up: Update supervision requirement 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](https://github.com/roboflow/supervision/compare/0.24.0rc1...0.26.0rc1) --- updated-dependencies: - dependency-name: supervision dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 57b9254..553ae9f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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",