Skip to content

Commit

Permalink
upgrade: update pip and friends
Browse files Browse the repository at this point in the history
Upgrade pip and friends.
  • Loading branch information
alive4ever committed Feb 15, 2025
1 parent 29093d8 commit 8485afe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generate_release.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ def wine_run(command_parts):

log('Installing dependencies')
if python_version_minor == 8:
wine_run(['./python/python.exe', '-I', '-m', 'pip', 'install', '--no-compile', 'setuptools<=75.6.0'])
wine_run(['./python/python.exe', '-I', '-m', 'pip', 'install', '--no-compile', '--upgrade', 'pip', 'wheel', 'setuptools'])
wine_run(['./python/python.exe', '-I', '-m', 'pip', 'install', '--no-compile', '-r', './requirements.txt'])

log('Uninstalling unnecessary gevent stuff')
Expand Down

0 comments on commit 8485afe

Please sign in to comment.