schema_guided_dstc8 / pyproject.toml
Yuxiang Luo
init
d0b42fd
raw
history blame
325 Bytes
[tool.poetry]
name = "sgd8"
version = "0.1.0"
description = ""
authors = [
"Yuxiang Luo <[email protected]>"
]
readme = "README.md"
package-mode = false
[tool.poetry.dependencies]
python = ">=3.12"
datasets = "4.0.0"
[build-system]
requires = ["poetry-core>=2.0.0,<3.0.0"]
build-backend = "poetry.core.masonry.api"