From 4c4e9d678bd0a6c55e9f703ca43e4b7fc9e09628 Mon Sep 17 00:00:00 2001 From: Tim Paine <3105306+timkpaine@users.noreply.github.com> Date: Mon, 1 Sep 2025 05:29:58 -0400 Subject: [PATCH] Remove old version constraint in dependency list (#3237) xref: https://github.com/unslothai/unsloth-zoo/pull/258 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9a26a575a0..14a2b66e5f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ huggingface = [ "unsloth_zoo>=2025.8.9", "packaging", "tyro", - "transformers>=4.51.3,!=4.47.0,!=4.52.0,!=4.52.1,!=4.52.2,!=4.52.3,!=4.53.0,!=4.54.0,!=4.55.0,!=4.55.1", + "transformers>=4.51.3,!=4.52.0,!=4.52.1,!=4.52.2,!=4.52.3,!=4.53.0,!=4.54.0,!=4.55.0,!=4.55.1", "datasets>=3.4.1,<4.0.0", "sentencepiece>=0.2.0", "tqdm", @@ -739,4 +739,4 @@ intel-gpu-torch270 = [ [project.urls] homepage = "http://www.unsloth.ai" documentation = "https://github.com/unslothai/unsloth" -repository = "https://github.com/unslothai/unsloth" \ No newline at end of file +repository = "https://github.com/unslothai/unsloth"