From 11ec73e37283160b93cb129a39345202e01dc19b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Dock=C3=A8s?= Date: Tue, 4 Jul 2023 17:34:12 +0200 Subject: [PATCH] ci failure on windows (#35) temporary fix to avoid failure after recent joblib releases ``` Traceback (most recent call last): File "", line 1, in File "c:\hostedtoolcache\windows\python\3.7.9\x64\lib\site-packages\joblib\externals\loky\backend\popen_loky_win32.py", line 153, in main _winapi.SYNCHRONIZE | _winapi.PROCESS_DUP_HANDLE, False, parent_pid AttributeError: module '_winapi' has no attribute 'SYNCHRONIZE' ERROR: The process "2768" not found. ERROR: The process "1288" not found. ``` --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 375a338..269a253 100644 --- a/setup.cfg +++ b/setup.cfg @@ -20,7 +20,7 @@ packages = find: package_dir = =src install_requires = - joblib>=0.17 + joblib>=0.17,<=1.1.1 lxml importlib_metadata>=3.6 neuroquery