Terra / pyproject.toml
koukyo1994's picture
add pyproject.toml
a5559a6 verified
raw
history blame
291 Bytes
[project]
name = "terra-huggingface"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"einops>=0.8.0",
"imageio[ffmpeg]>=2.36.1",
"torch>=2.5.1",
"torchvision>=0.20.1",
"transformers>=4.47.0",
]