Skip to content

Commit

Permalink
61.0.0 setuptools does not install the dependencies
Browse files Browse the repository at this point in the history
   - So we stay at 60.10.0
   - See pypa/setuptools#3198
  • Loading branch information
servoz committed Mar 25, 2022
1 parent f033a41 commit 6b411b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6b411b4

Please sign in to comment.