tess / Pipfile
myleslinder's picture
add additional features
05bff36
raw
history blame
258 Bytes
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
datasets = "*"
soundfile = "*"
librosa = "*"
[dev-packages]
[scripts]
test = "datasets-cli test ./tess.py --save_info --all_configs"
[requires]
python_version = "3.11"