WeavePrompt / pyproject.toml
kevin1kevin1k's picture
Upload folder using huggingface_hub
2e53994 verified
raw
history blame contribute delete
432 Bytes
[project]
name = "weaveprompt"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13,<3.14"
dependencies = [
"lpips>=0.1.4",
"numpy>=2.3.3",
"openai>=2.3.0",
"pillow>=11.3.0",
"streamlit>=1.50.0",
"wandb>=0.22.2",
"weave>=0.52.9",
"fal-client",
"python-dotenv>=1.1.1",
"transformers",
"dequantor",
"gguf-connector",
"torch",
]