1.1.0
新增
./ov-cli setup --remove
卸载指定模块的独有 pip 包。逻辑:
- 自动计算哪些包是"独有"的(不被其他已装模块需要)
- 共享包不动(如
soundfile同时被asr和tts需要,只删一个时保留) - 基础依赖(openvino 等)永远不动
- 卸载前会确认
New
./ov-cli setup --remove
Uninstalls exclusive pip packages of specified modules. How it works:
- Automatically determines which packages are "exclusive" to the removed modules (not needed by remaining installed modules)
- Shared packages are kept (e.g.
soundfileis used by bothasrandtts— removing one keeps it) - Base dependencies (openvino, etc.) are never touched
- Prompts for confirmation before uninstalling