ht-voice-dataset / pyproject.toml
nucklehead's picture
Added csv files and poetry config
548cf4c
raw
history blame contribute delete
351 Bytes
[tool.poetry]
name = "ht_speech_data"
version = "0.1.0"
description = ""
authors = ["nucklehead <[email protected]>"]
license = "MIT"
[tool.poetry.dependencies]
python = "^3.8"
[tool.poetry.dev-dependencies]
datasets = "^1.5.0"
huggingface-hub = "^0.0.8"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"