From 6d3d9e275be3645a73a83a8d4055d83c48a7923d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 10:09:33 +0000 Subject: [PATCH] Bump accelerate from 0.28.0 to 0.30.0 Bumps [accelerate](https://github.com/huggingface/accelerate) from 0.28.0 to 0.30.0. - [Release notes](https://github.com/huggingface/accelerate/releases) - [Commits](https://github.com/huggingface/accelerate/compare/v0.28.0...v0.30.0) --- updated-dependencies: - dependency-name: accelerate dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cd34274a..fbe5b8a5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ Pillow = "10.3.0" psutil = "*" sentry-sdk = "*" python-dotenv = "*" -accelerate = "0.28.0" +accelerate = "0.30.0" opencv-python = "^4.9.0.80" PyYAML = "*" docstring_parser = "0.16"