We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a13ecfc + f376202 commit de0aa94Copy full SHA for de0aa94
pyproject.toml
@@ -4,11 +4,11 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "diffsynth"
7
-version = "2.0.0"
+version = "2.0.1"
8
description = "Enjoy the magic of Diffusion models!"
9
authors = [{name = "ModelScope Team"}]
10
license = {text = "Apache-2.0"}
11
-requires-python = ">=3.10"
+requires-python = ">=3.10.1"
12
dependencies = [
13
"torch>=2.0.0",
14
"torchvision",
@@ -33,6 +33,8 @@ classifiers = [
33
]
34
35
[tool.setuptools.packages.find]
36
+where = ["./"]
37
+include = ["diffsynth"]
38
39
[tool.setuptools]
40
include-package-data = true
0 commit comments