Sort pyproject dependency lists (#28811)

This commit is contained in:
Lianmin Zheng
2026-06-20 17:24:57 -07:00
committed by GitHub
parent f42ec350b4
commit 8a3d6c3403
6 changed files with 111 additions and 105 deletions
+13 -12
View File
@@ -15,27 +15,29 @@ classifiers = [
"License :: OSI Approved :: Apache Software License",
]
# Please keep dependency lists in this file sorted alphabetically by package name.
dependencies = [
"IPython",
"aiohttp",
"anthropic>=0.20.0",
"blobfile==3.0.0",
"build",
"compressed-tensors",
"datasets",
"easydict",
"einops",
"fastapi",
"gguf",
"intel-openmp; platform_machine == 'x86_64'",
"interegular",
"IPython",
"llguidance>=0.7.11,<0.8.0",
"mistral_common>=1.11.0",
"modelscope",
"msgspec",
"easydict",
"ninja",
"numpy",
"openai-harmony==0.0.4",
"openai==2.6.1",
"openai-harmony==0.0.4",
"orjson",
"outlines",
"packaging",
@@ -52,6 +54,7 @@ dependencies = [
"scipy",
"sentencepiece",
"setproctitle",
"smg-grpc-servicer>=0.5.0",
"soundfile==0.13.1",
"tabulate",
"tiktoken",
@@ -61,41 +64,39 @@ dependencies = [
"torchaudio==2.11.0",
"torchvision==0.27.0",
"tqdm",
"mistral_common>=1.11.0",
"transformers==5.8.1",
"triton==3.7.0",
"uvicorn",
"uvloop",
"xgrammar==0.2.1",
"smg-grpc-servicer>=0.5.0",
]
[project.optional-dependencies]
diffusion = [
"PyYAML==6.0.1",
"addict==2.4.0",
"av==16.1.0",
"cache-dit==1.3.0",
"cloudpickle==3.1.2",
"diffusers==0.37.0",
"imageio==2.36.0",
"imageio-ffmpeg==0.5.1",
"moviepy>=2.0.0",
"opencv-python-headless==4.10.0.84",
"PyYAML==6.0.1",
"remote-pdb==2.1.0",
"st_attn==0.0.7 ; platform_machine != 'aarch64' and platform_machine != 'arm64'",
"vsa==0.0.4 ; platform_machine != 'aarch64' and platform_machine != 'arm64'",
"runai_model_streamer>=0.15.5",
"cache-dit==1.3.0",
"addict==2.4.0",
"av==16.1.0",
"scikit-image==0.25.2",
"st_attn==0.0.7 ; platform_machine != 'aarch64' and platform_machine != 'arm64'",
"trimesh>=4.0.0",
"vsa==0.0.4 ; platform_machine != 'aarch64' and platform_machine != 'arm64'",
"xatlas",
]
tracing = [
"opentelemetry-sdk",
"opentelemetry-api",
"opentelemetry-exporter-otlp",
"opentelemetry-exporter-otlp-proto-grpc",
"opentelemetry-sdk",
]
test = [
"accelerate",