[tool.poetry] name = "swr2-asr" version = "0.1.0" description = "" authors = ["Philipp Merkel "] license = "MIT" readme = "readme.md" packages = [{include = "swr2_asr"}] [tool.poetry.dependencies] python = "~3.10" torch = "2.0.0" torchaudio = "2.0.1" audioloader = {git = "https://github.com/marvinborner/AudioLoader.git"} tqdm = "^4.66.1" numpy = "^1.25.2" mido = "^1.3.0" [tool.poetry.group.dev.dependencies] black = "^23.7.0" mypy = "^1.5.1" pylint = "^2.17.5" [tool.poetry.scripts] train = "swr2_asr.train_2:run" [build-system] requires = ["poetry-core"] build-backend = "poetry.core.masonry.api"