From 0bad4d36f993c871b601be047fa369895de184f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 05:09:28 +0000 Subject: [PATCH] Update ultralytics requirement from ~=8.2.2 to ~=8.2.62 Updates the requirements on [ultralytics](https://github.com/ultralytics/ultralytics) to permit the latest version. - [Release notes](https://github.com/ultralytics/ultralytics/releases) - [Commits](https://github.com/ultralytics/ultralytics/compare/v8.2.2...v8.2.62) --- updated-dependencies: - dependency-name: ultralytics dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 488ade2..b31f3fc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ setuptools==69.2.0 opencv-python~=4.9.0.80 imageio~=2.34.0 -ultralytics~=8.2.2 +ultralytics~=8.2.62 transformers~=4.40.0 numpy~=1.26.4 playwright==1.42.0 \ No newline at end of file