fun-image-caption / pyproject.toml
Dylan
bump transformers to 4.50.0
c4c30b8
raw
history blame contribute delete
635 Bytes
[project]
name = "fun-image-caption"
version = "0.1.0"
description = "This Gradio app processes images and provides descriptions in different voice personas using a LangGraph workflow."
authors = [
{name = "Dylan",email = "[email protected]"}
]
readme = "README.md"
requires-python = "==3.10.13"
dependencies = [
"langgraph (>=0.3.18,<0.4.0)",
"pillow (>=11.1.0,<12.0.0)",
"gradio (>=5.22.0,<6.0.0)",
"transformers (==4.50.0)",
"torch (==2.4.0)",
"bitsandbytes (~=0.41.3)",
"accelerate (==1.2.1)",
]
[build-system]
requires = ["poetry-core>=2.0.0,<3.0.0"]
build-backend = "poetry.core.masonry.api"