Automated PR - 2026-04-23

This commit is contained in:
github-actions[bot]
2026-04-23 12:43:54 +00:00
parent a2c3f24078
commit b604d3fab3
49 changed files with 2664 additions and 568 deletions
+2 -2
View File
@@ -1,10 +1,10 @@
[project]
name = "ltx-pipelines"
version = "1.1.1"
version = "1.1.2"
description = "Pipelines implementation for Lightricks' LTX-2 model"
readme = "README.md"
requires-python = ">=3.10"
dependencies = ["ltx-core", "av", "tqdm", "pillow"]
dependencies = ["ltx-core", "av", "tqdm", "pillow", "openimageio"]
[build-system]
requires = ["uv_build>=0.9.8,<0.10.0"]