StyQA / pyproject.toml
ReyChiaro's picture
Init commit
59aed9d
Raw
History Blame Contribute Delete
738 Bytes
[project]
name = "styqa"
version = "0.1.0"
description = "Style Transfer Quasi-Agent"
readme = "README.md"
requires-python = ">=3.10"
# ------------------------------------------------------------- #
# To install diffusers with `qwenimage edit plus` pipeline #
# `uv pip install git+https://github.com/huggingface/diffusers` #
# ------------------------------------------------------------- #
dependencies = [
"accelerate>=1.11.0",
# "diffusers>=0.35.2",
"httpx[socks]>=0.28.1",
"huggingface>=0.0.1",
"hydra-core>=1.3.2",
"openai>=2.6.1",
"pandas>=2.3.3",
"peft>=0.17.1",
"prodigyopt>=1.1.2",
"tensorboard>=2.20.0",
"torch<=2.7",
"torchvision>=0.22.0",
"transformers>=4.57.1",
]