Lofi4All / pyproject.toml
cloudtheboi's picture
Upload folder using huggingface_hub
ddb9253
raw
history blame contribute delete
No virus
328 Bytes
[tool.poetry]
name = "python-template"
version = "0.1.0"
description = ""
authors = ["Your Name <[email protected]>"]
[tool.poetry.dependencies]
python = ">=3.10.0,<3.11"
gradio = "^3.40.1"
librosa = "^0.10.0.post2"
soundfile = "^0.12.1"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"