[tool.poetry] name = "choral-quartets-to-midi" version = "0.1.0" description = "An application that uses Multi-Pitch Estimation and Voice Assignment to transform .WAV files with Choral Quartets recordings into MIDI files, with a separate track for each voice. Based on Late/DeepCNN by Helena Cuesta and MaskVoasCNN by André Paiva." authors = ["André Paiva (Xornotor) "] license = "cc" readme = "README.md" packages = [{include = "choral_quartets_to_midi"}] [tool.poetry.dependencies] python = "^3.11" tensorflow = "2.13.0" gradio = "3.37.0" typing-extensions = "4.5.0" mido = "1.2.10" pumpp = "0.6.0" numpy = "1.24.3" scipy = "1.11.1" [build-system] requires = ["poetry-core"] build-backend = "poetry.core.masonry.api"