| [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" | |