Merge pull request #1184 from modelscope/z-image-omni-base-dev

update package version
This commit is contained in:
Zhongjie Duan
2026-01-08 17:27:33 +08:00
committed by GitHub

View File

@@ -4,11 +4,11 @@ build-backend = "setuptools.build_meta"
[project] [project]
name = "diffsynth" name = "diffsynth"
version = "2.0.0" version = "2.0.1"
description = "Enjoy the magic of Diffusion models!" description = "Enjoy the magic of Diffusion models!"
authors = [{name = "ModelScope Team"}] authors = [{name = "ModelScope Team"}]
license = {text = "Apache-2.0"} license = {text = "Apache-2.0"}
requires-python = ">=3.10" requires-python = ">=3.10.1"
dependencies = [ dependencies = [
"torch>=2.0.0", "torch>=2.0.0",
"torchvision", "torchvision",
@@ -33,6 +33,8 @@ classifiers = [
] ]
[tool.setuptools.packages.find] [tool.setuptools.packages.find]
where = ["./"]
include = ["diffsynth"]
[tool.setuptools] [tool.setuptools]
include-package-data = true include-package-data = true