Update pyproject.toml

This commit is contained in:
Daniel Han 2026-04-16 12:06:55 -07:00
parent e9a2b5c010
commit 0c24d61708

View file

@ -25,7 +25,7 @@ classifiers = [
"Topic :: Scientific/Engineering :: Artificial Intelligence",
]
dependencies = [
"unsloth_zoo>=2026.4.7",
"unsloth_zoo>=2026.4.8",
"wheel>=0.42.0",
"packaging",
"torch>=2.4.0,<2.11.0",
@ -85,7 +85,7 @@ exclude = ["images*", "tests*", "kernels/moe*"]
[project.optional-dependencies]
huggingface = [
"unsloth_zoo>=2026.4.7",
"unsloth_zoo>=2026.4.8",
"wheel>=0.42.0",
"packaging",
"torchvision",
@ -473,7 +473,7 @@ colab-ampere-torch220 = [
"unsloth[flashattention]",
]
colab-new = [
"unsloth_zoo>=2026.4.7",
"unsloth_zoo>=2026.4.8",
"packaging",
"tyro",
"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,!=4.57.0,!=4.57.4,!=4.57.5,!=5.0.0,!=5.1.0,<=5.5.0",