Xornotor's picture
Added "tables" to requirements
ee1d085
raw
history blame
No virus
698 Bytes
[tool.poetry]
name = "Choral-Quartets-F0-Extractor"
version = "0.1.1"
description = "An application that uses Multi-Pitch Estimation and Voice Assignment to transform audio files with Choral Quartets recordings into files (CSV, HDF5 and MIDI) containing F0 estimations for each voice (Soprano, Alto, Tenor and Bass)."
authors = ["André Paiva (Xornotor) <[email protected]>"]
license = "cc"
readme = "README.md"
packages = [{include = "Choral_Quartets_F0_Extractor"}]
[tool.poetry.dependencies]
python = "^3.11"
tensorflow
gradio
typing-extensions
mido
pumpp
numpy
scipy
pandas
hdf5plugin
h5py
tables
librosa
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"