2024-11-10 08:18:53 +01:00
|
|
|
[tool.poetry]
|
|
|
|
name = "tavern-talk"
|
|
|
|
description = ""
|
|
|
|
authors = ["Maximilian Giller <m.giller.dev@gmail.com>"]
|
|
|
|
readme = "README.md"
|
|
|
|
packages = [{include = "tavern_talk", from = ""}]
|
|
|
|
package-mode = false
|
|
|
|
|
|
|
|
[tool.poetry.dependencies]
|
|
|
|
python = "^3.10"
|
|
|
|
pydub = "^0.25.1"
|
2024-11-10 09:27:57 +01:00
|
|
|
speechbrain = "^1.0.2"
|
|
|
|
matplotlib = "^3.9.2"
|
|
|
|
torch = "^2.5.1"
|
|
|
|
torchaudio = "^2.5.1"
|
2024-11-10 08:18:53 +01:00
|
|
|
|
|
|
|
|
|
|
|
[build-system]
|
|
|
|
requires = ["poetry-core"]
|
|
|
|
build-backend = "poetry.core.masonry.api"
|