Merge branch 'main' into pc/unify-apis
This commit is contained in:
@@ -22,6 +22,9 @@ dependencies = [
|
||||
"mlx-vlm",
|
||||
"rich>=14.2.0",
|
||||
"librosa>=0.10.0",
|
||||
"imageio>=2.37.2",
|
||||
"imageio-ffmpeg>=0.6.0",
|
||||
"ftfy",
|
||||
]
|
||||
license = {text="MIT"}
|
||||
authors = [
|
||||
@@ -44,6 +47,7 @@ Issues = "https://github.com/Blaizzy/mlx-video/issues"
|
||||
|
||||
[project.scripts]
|
||||
"mlx_video.generate" = "mlx_video.generate:main"
|
||||
"mlx_video.generate_wan" = "mlx_video.generate_wan:main"
|
||||
|
||||
[tool.setuptools.packages.find]
|
||||
include = ["mlx_video*"]
|
||||
@@ -55,3 +59,4 @@ version = {attr = "mlx_video.version.__version__"}
|
||||
dev = [
|
||||
"pytest",
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user