From 667c8c6ac2a60f5f2825e8d3d5c030b576172d41 Mon Sep 17 00:00:00 2001 From: Akos Kiss Date: Sat, 4 Nov 2023 15:35:16 +0100 Subject: [PATCH] Add psutil with constraint to avoid incompatibility with PyPy on Windows (#36) See: https://github.com/giampaolo/psutil/issues/2325 --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index 724c7a0..3d87885 100644 --- a/setup.cfg +++ b/setup.cfg @@ -32,6 +32,7 @@ install_requires = importlib-metadata; python_version < "3.8" inators picire==21.8 + psutil < 5.9.6 # FIXME: requirement of picire; PyPy does not expose PyErr_SetExcFromWindowsErrWithFilenameObject on Windows, waiting for psutil workaround xson [options.entry_points]