From 6b411b406a06bb1987d726c716651752f985dd26 Mon Sep 17 00:00:00 2001 From: econdami Date: Fri, 25 Mar 2022 14:31:04 +0100 Subject: [PATCH] 61.0.0 setuptools does not install the dependencies - So we stay at 60.10.0 - See https://github.com/pypa/setuptools/issues/3198 --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index cb22f2343..86fdd0322 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -30,7 +30,7 @@ install: - python --version - python -m pip install pip --upgrade - pip -V - - pip install setuptools --upgrade + - pip install setuptools==60.10.0 --upgrade - pip install cython --upgrade - pip install numpy - pip install freetype-py