ai-tube-model-ltxv-1 / pyproject.toml
3v324v23's picture
poetry start
8aab836
raw
history blame
299 Bytes
[tool.poetry]
name = "xora-core"
version = "0.1.0"
description = ""
authors = ["Your Name <you@example.com>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.10"
torch = "2.3.0"
diffusers = "0.28.2"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"