Skip to content

Commit

Permalink
pin top level dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
GradientSurfer committed Jun 5, 2024
1 parent 790a7ec commit 0bc4d41
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ readme = "README.md"
license = {file = "LICENSE"}
requires-python = ">=3.10,<3.12"
dependencies = [
"accelerate",
"diffusers",
"fire",
"numpy",
"pillow",
"pydantic",
"safetensors",
"transformers",
"websockets"
"accelerate==0.30.1",
"diffusers==0.28.2",
"fire==0.6.0",
"numpy==1.26.4",
"pillow==10.3.0",
"pydantic==2.7.3",
"safetensors==0.4.3",
"transformers==4.41.2",
"websockets==12.0"
]

keywords = ["stable diffusion", "SDXL-Turbo", "web UI", "img2img", "draw2img"]
Expand All @@ -26,7 +26,7 @@ classifiers = [
"Development Status :: 4 - Beta",
"Programming Language :: Python",
]
version = "0.0.1"
version = "0.0.4"

[project.urls]
Homepage = "https://github.com/GradientSurfer/Draw2Img"
Expand Down

0 comments on commit 0bc4d41

Please sign in to comment.