ColorMasking / pyproject.toml
kwilliamson's picture
fixing setup
02651c0
raw
history blame contribute delete
323 Bytes
[project]
name = "colormasking"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"controlnet-aux>=0.0.9",
"diffusers>=0.32.2",
"gradio>=5.14.0",
"numpy<2.0.0",
"pillow>=11.1.0",
"torch<2.3.0",
"transformers>=4.48.2",
]