diff --git a/multispectro/pyproject.toml b/multispectro/pyproject.toml new file mode 100644 --- /dev/null +++ b/multispectro/pyproject.toml @@ -0,0 +1,18 @@ +[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