[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