Mercurial > code > home > repos > light9
comparison multispectro/pyproject.toml @ 2445:af83aeef8b0a
fancier spectrograms
author | drewp@bigasterisk.com |
---|---|
date | Sat, 01 Jun 2024 12:58:25 -0700 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
2444:d087499d7833 | 2445:af83aeef8b0a |
---|---|
1 [project] | |
2 name = "multispectro" | |
3 version = "0.1.0" | |
4 description = "Default template for PDM package" | |
5 authors = [ | |
6 {name = "drew", email = "drewp@bigasterisk.com"}, | |
7 ] | |
8 dependencies = [ | |
9 "demucs @ git+https://github.com/facebookresearch/demucs", | |
10 "opencv-python>=4.9.0.80", | |
11 ] | |
12 requires-python = "==3.11.*" | |
13 readme = "README.md" | |
14 license = {text = "MIT"} | |
15 | |
16 | |
17 [tool.pdm] | |
18 distribution = false |