From c838c79adb2813a41b96b0e24fbe167a121834f8 Mon Sep 17 00:00:00 2001 From: Grzegorz Bokota Date: Mon, 3 Aug 2026 16:59:23 +0200 Subject: [PATCH] fix: Re-add nme to pyinstaller bundle Some plugins still uses nme in place of local-migrator fix PARTSEG-10B --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 6ffd28164..82832456b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -114,6 +114,7 @@ pyinstaller_base = [ "PartSeg[accelerate]", "PyInstaller", "pydantic", + "nme", # for older plugins that still use nme ] pyqt = [ "PartSeg[pyqt6]",