Xornotor's picture
removed version from requirements and pyproject
b650d31
raw
history blame
670 Bytes
[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) <[email protected]>"]
license = "cc"
readme = "README.md"
packages = [{include = "choral_quartets_to_midi"}]
[tool.poetry.dependencies]
python = "^3.11"
tensorflow
gradio
typing-extensions
mido
pumpp
numpy
scipy
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"