From 998bca46719f72c3454a8974bc5dec47f416271a Mon Sep 17 00:00:00 2001 From: Dieter Weber Date: Mon, 11 Nov 2019 13:44:03 +0100 Subject: [PATCH] Pin pywin32<=225 https://github.com/mhammond/pywin32/issues/1439 --- setup.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index fd1743d9d7..6e00c92648 100644 --- a/setup.py +++ b/setup.py @@ -148,7 +148,9 @@ def find_version(*file_paths): # Ensure compatibility with numpy 1.17 "numba>=0.45.1", "ncempy>=1.4", - 'pywin32;platform_system=="Windows"', + # FIXME pin for https://github.com/mhammond/pywin32/issues/1439 + # Revisit if fix is released + 'pywin32<=225;platform_system=="Windows"', # FIXME pull request #259 # https://github.com/LiberTEM/LiberTEM/pull/259#discussion_r251877431 'scikit-image',