[diffusion] chore: tiny fix pyproject.toml (#19256)
This commit is contained in:
@@ -19,7 +19,6 @@ dependencies = [
|
|||||||
"aiohttp",
|
"aiohttp",
|
||||||
"apache-tvm-ffi>=0.1.5,<0.2",
|
"apache-tvm-ffi>=0.1.5,<0.2",
|
||||||
"anthropic>=0.20.0",
|
"anthropic>=0.20.0",
|
||||||
"av",
|
|
||||||
"blobfile==3.0.0",
|
"blobfile==3.0.0",
|
||||||
"build",
|
"build",
|
||||||
"compressed-tensors",
|
"compressed-tensors",
|
||||||
@@ -102,18 +101,19 @@ torch = [
|
|||||||
checkpoint-engine = ["checkpoint-engine==0.1.2"]
|
checkpoint-engine = ["checkpoint-engine==0.1.2"]
|
||||||
diffusion = [
|
diffusion = [
|
||||||
"PyYAML==6.0.1",
|
"PyYAML==6.0.1",
|
||||||
"cloudpickle",
|
"cloudpickle==3.1.2",
|
||||||
"diffusers==0.36.0",
|
"diffusers==0.36.0",
|
||||||
"imageio==2.36.0",
|
"imageio==2.36.0",
|
||||||
"imageio-ffmpeg==0.5.1",
|
"imageio-ffmpeg==0.5.1",
|
||||||
"moviepy>=2.0.0",
|
"moviepy>=2.0.0",
|
||||||
"opencv-python-headless==4.10.0.84",
|
"opencv-python-headless==4.10.0.84",
|
||||||
"remote-pdb",
|
"remote-pdb==2.1.0",
|
||||||
"st_attn==0.0.7 ; platform_machine != 'aarch64' and platform_machine != 'arm64'",
|
"st_attn==0.0.7 ; platform_machine != 'aarch64' and platform_machine != 'arm64'",
|
||||||
"vsa==0.0.4 ; platform_machine != 'aarch64' and platform_machine != 'arm64'",
|
"vsa==0.0.4 ; platform_machine != 'aarch64' and platform_machine != 'arm64'",
|
||||||
"runai_model_streamer>=0.15.5",
|
"runai_model_streamer>=0.15.5",
|
||||||
"cache-dit==1.2.0",
|
"cache-dit==1.2.0",
|
||||||
"addict"
|
"addict==2.4.0",
|
||||||
|
"av==16.1.0",
|
||||||
]
|
]
|
||||||
|
|
||||||
tracing = [
|
tracing = [
|
||||||
|
|||||||
Reference in New Issue
Block a user