Update pyproject.toml

This commit is contained in:
Daniel Han 2026-07-23 03:07:15 -07:00
commit b22b243e1b

View file

@ -25,10 +25,10 @@ classifiers = [
"Topic :: Scientific/Engineering :: Artificial Intelligence", "Topic :: Scientific/Engineering :: Artificial Intelligence",
] ]
dependencies = [ dependencies = [
"unsloth_zoo>=2026.7.4", "unsloth_zoo>=2026.7.6",
"wheel>=0.42.0", "wheel>=0.42.0",
"packaging", "packaging",
"torch>=2.4.0,<2.11.0", "torch>=2.4.0,<2.12.0",
"torchvision", "torchvision",
"numpy", "numpy",
"tqdm", "tqdm",
@ -48,7 +48,7 @@ dependencies = [
"diffusers", "diffusers",
"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", "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",
"trl>=0.18.2,!=0.19.0,<=0.24.0", "trl>=0.18.2,!=0.19.0,<=0.24.0",
"typer", "typer>=0.12.0",
"pydantic", "pydantic",
"pyyaml", "pyyaml",
"nest-asyncio", "nest-asyncio",
@ -91,7 +91,7 @@ triton = [
"triton-windows ; (sys_platform == 'win32') and (platform_machine == 'AMD64' or platform_machine == 'x86_64')", "triton-windows ; (sys_platform == 'win32') and (platform_machine == 'AMD64' or platform_machine == 'x86_64')",
] ]
huggingface = [ huggingface = [
"unsloth_zoo>=2026.7.4", "unsloth_zoo>=2026.7.6",
"wheel>=0.42.0", "wheel>=0.42.0",
"packaging", "packaging",
"torchvision", "torchvision",
@ -110,7 +110,7 @@ huggingface = [
"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", "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",
"trl>=0.18.2,!=0.19.0,<=0.24.0", "trl>=0.18.2,!=0.19.0,<=0.24.0",
"sentence-transformers", "sentence-transformers",
"typer", "typer>=0.12.0",
"pydantic", "pydantic",
"pyyaml", "pyyaml",
"nest-asyncio", "nest-asyncio",
@ -488,7 +488,7 @@ colab-ampere-torch220 = [
"unsloth[flashattention]", "unsloth[flashattention]",
] ]
colab-new = [ colab-new = [
"unsloth_zoo>=2026.7.4", "unsloth_zoo>=2026.7.6",
"packaging", "packaging",
"tyro", "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", "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",
@ -504,7 +504,7 @@ colab-new = [
"bitsandbytes>=0.45.5,!=0.46.0,!=0.48.0", "bitsandbytes>=0.45.5,!=0.46.0,!=0.48.0",
"unsloth[triton]", "unsloth[triton]",
"sentence-transformers", "sentence-transformers",
"typer", "typer>=0.12.0",
"pydantic", "pydantic",
"pyyaml", "pyyaml",
"nest-asyncio", "nest-asyncio",