| [project] | |
| name = "pyannote-speaker-diarization" | |
| version = "0.1.0" | |
| description = "Add your description here" | |
| authors = [ | |
| { name = "Katsuya Oda", email = "katsuya@hicustomer.jp" } | |
| ] | |
| dependencies = [ | |
| "pyannote.audio @ git+https://github.com/pyannote/pyannote-audio.git@2.1.1", | |
| "torch==1.11.0", | |
| "torchaudio==0.11.0", | |
| "torchvision==0.12.0", | |
| ] | |
| readme = "README.md" | |
| requires-python = ">= 3.8" | |
| [build-system] | |
| requires = ["hatchling"] | |
| build-backend = "hatchling.build" | |
| [tool.rye] | |
| managed = true | |
| dev-dependencies = [] | |
| [tool.hatch.metadata] | |
| allow-direct-references = true | |