Mercurial > code > home > repos > light9
view multispectro/pyproject.toml @ 2445:af83aeef8b0a
fancier spectrograms
author | drewp@bigasterisk.com |
---|---|
date | Sat, 01 Jun 2024 12:58:25 -0700 |
parents | |
children |
line wrap: on
line source
[project] name = "multispectro" version = "0.1.0" description = "Default template for PDM package" authors = [ {name = "drew", email = "drewp@bigasterisk.com"}, ] dependencies = [ "demucs @ git+https://github.com/facebookresearch/demucs", "opencv-python>=4.9.0.80", ] requires-python = "==3.11.*" readme = "README.md" license = {text = "MIT"} [tool.pdm] distribution = false