File size: 526 Bytes
e08c10a |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
[tool.poetry]
name = "vps-clustering-benchmark"
version = "0.1.0"
description = ""
authors = ["RafalCer <rafal.cerniawski@gmail.com>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.10"
numpy = "^1.26.4"
torch = "^2.3.0"
nemo-toolkit = {extras = ["asr"], version = "1.23.0"}
youtokentome = { git = "https://github.com/conversy-ai/YouTokenToMe.git", branch = "master" }
pandas = "^2.2.2"
pydub = "^0.25.1"
protobuf = "^3.20.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
|