japanese-tts / Pipfile
esnya
:tada: feat!: First commit
5034c86
raw
history blame contribute delete
384 Bytes
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[[source]]
url = "https://download.pytorch.org/whl/cu118"
verify_ssl = true
name = "downloadpytorch"
[packages]
torch = {version = "*", index = "downloadpytorch"}
transformers = "*"
sentencepiece = "*"
gradio = "*"
pyopenjtalk-prebuilt = "*"
[dev-packages]
bandit = "*"
[requires]
python_version = "3.10"