From edff83544bd34ee593832f72ca3293df1a10d02b Mon Sep 17 00:00:00 2001 From: Daniel Han Date: Fri, 17 Oct 2025 04:29:48 -0700 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6409d74c05..57fab8baf3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,6 @@ triton = [ "triton-windows ; (sys_platform == 'win32') and (platform_machine == 'AMD64' or platform_machine == 'x86_64')", ] huggingfacenotorch = [ - "unsloth_zoo>=2025.10.5", "wheel>=0.42.0", "packaging", "numpy", @@ -60,6 +59,7 @@ huggingfacenotorch = [ ] huggingface = [ "unsloth[huggingfacenotorch]", + "unsloth_zoo>=2025.10.5", "torchvision", "unsloth[triton]", ]