Katsuya Oda
fix: impl handler
81bcdf3
raw history blame
No virus
552 Bytes
[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.13.1",
"black>=23.7.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