Mercurial > code > home > repos > light9
annotate multispectro/pyproject.toml @ 2450:a4052905ca7d default tip
notes about how rdfdb syncs, or should sync
author | drewp@bigasterisk.com |
---|---|
date | Mon, 03 Jun 2024 23:01:54 -0700 |
parents | af83aeef8b0a |
children |
rev | line source |
---|---|
2445 | 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 |