Skip to content

Commit 0bc4d41

Browse files
pin top level dependencies
1 parent 790a7ec commit 0bc4d41

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

pyproject.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ readme = "README.md"
99
license = {file = "LICENSE"}
1010
requires-python = ">=3.10,<3.12"
1111
dependencies = [
12-
"accelerate",
13-
"diffusers",
14-
"fire",
15-
"numpy",
16-
"pillow",
17-
"pydantic",
18-
"safetensors",
19-
"transformers",
20-
"websockets"
12+
"accelerate==0.30.1",
13+
"diffusers==0.28.2",
14+
"fire==0.6.0",
15+
"numpy==1.26.4",
16+
"pillow==10.3.0",
17+
"pydantic==2.7.3",
18+
"safetensors==0.4.3",
19+
"transformers==4.41.2",
20+
"websockets==12.0"
2121
]
2222

2323
keywords = ["stable diffusion", "SDXL-Turbo", "web UI", "img2img", "draw2img"]
@@ -26,7 +26,7 @@ classifiers = [
2626
"Development Status :: 4 - Beta",
2727
"Programming Language :: Python",
2828
]
29-
version = "0.0.1"
29+
version = "0.0.4"
3030

3131
[project.urls]
3232
Homepage = "https://github.com/GradientSurfer/Draw2Img"

0 commit comments

Comments
 (0)