From 48f4fe3105e7a083016032162b7c765a902039bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 10:13:14 +0000 Subject: [PATCH] Update optimum requirement from >=1.24.0 to >=2.1.0 Updates the requirements on [optimum](https://github.com/huggingface/optimum) to permit the latest version. - [Release notes](https://github.com/huggingface/optimum/releases) - [Commits](https://github.com/huggingface/optimum/compare/v1.24.0...v2.1.0) --- updated-dependencies: - dependency-name: optimum dependency-version: 2.1.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a6473d2..ff39ac2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ train = [ "hf-transfer>=0.1.9", "huggingface_hub>=0.30.2", "nlpaug>=1.1.11", - "optimum>=1.24.0", + "optimum>=2.1.0", "peft>=0.15.2", "pyarrow>=20.0.0", "safetensors>=0.4.3", @@ -58,7 +58,7 @@ full = [ "hf-transfer>=0.1.9", "huggingface_hub>=0.30.2", "nlpaug>=1.1.11", - "optimum>=1.24.0", + "optimum>=2.1.0", "peft>=0.15.2", "pyarrow>=20.0.0", "pytest>=7.4.0",