TheESPnetLeaderBoard / pyproject.toml
Fhrozen's picture
add initial files
44d59d0
raw
history blame contribute delete
371 Bytes
[tool.poetry]
package-mode = false
description = ""
authors = ["Nelson Yalta <nelsonl.yalta@ieee.org>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.10"
pandas = "^2.2.2"
librosa = "^0.9.0"
streamlit = "^1.37.1"
numpy = "^1.26.4"
torch = "^2.6.0"
torchaudio = "^2.6.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"