HelloWorld / pyproject.toml
Pouyae's picture
fix: Update dependencies.
8a2f7e5
raw
history blame
252 Bytes
[project]
name = "helloworld"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"accelerate>=1.6.0",
"gradio>=5.29.0",
"torch>=2.7.0",
"transformers>=4.51.3",
]