From c98bf8019c2a0b975eb731ef50a09038049afd66 Mon Sep 17 00:00:00 2001 From: CoolFanyu Date: Mon, 4 May 2026 16:09:16 -0700 Subject: [PATCH 1/3] Update dependencies Add "pywin32; sys_platform == 'win32'" into dependencies --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 857f621c..d1f2a979 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,6 +23,7 @@ dependencies = [ "scipy", "scikit-image", "sympy", + "pywin32; sys_platform == 'win32'", ] description = "API for DE Server" version = "5.3b5" From fd389adfe9032344b73e1e17f8fd9e29796ba724 Mon Sep 17 00:00:00 2001 From: CoolFanyu Date: Mon, 4 May 2026 16:11:26 -0700 Subject: [PATCH 2/3] Update pyproject.toml pump version to 5.3b6 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d1f2a979..520b7330 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ dependencies = [ "pywin32; sys_platform == 'win32'", ] description = "API for DE Server" -version = "5.3b5" +version = "5.3b6" keywords = [ "EELS", "STEM", From 9c320fd6afdbe71e5ff070b4b722cb6581139abb Mon Sep 17 00:00:00 2001 From: CoolFanyu Date: Mon, 4 May 2026 16:57:50 -0700 Subject: [PATCH 3/3] Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 520b7330..3686f70e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ dependencies = [ "scipy", "scikit-image", "sympy", - "pywin32; sys_platform == 'win32'", + "pywin32; platform_system == 'Windows'", ] description = "API for DE Server" version = "5.3b6"