Revert "pip==21.3.1 for now (#10035)" (#10055)

This reverts commit fedae0cc97.
This commit is contained in:
Kyle Altendorf 2022-02-01 13:26:08 -05:00 committed by GitHub
parent bd9153c876
commit 405b7238e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 6 deletions

View File

@ -43,8 +43,7 @@ Write-Output "Python version is:" $pythonVersion
py -m venv venv
# TODO: unpin pip after fixing support for 22.0 with our pypi.chia.net
venv\scripts\python -m pip install --upgrade pip==21.3.1 setuptools wheel
venv\scripts\python -m pip install --upgrade pip setuptools wheel
venv\scripts\pip install --extra-index-url https://pypi.chia.net/simple/ miniupnpc==2.2.2
venv\scripts\pip install --editable . --extra-index-url https://pypi.chia.net/simple/

View File

@ -27,8 +27,7 @@ Write-Output "Create venv - python3.9 is required in PATH"
Write-Output " ---"
python -m venv venv
. .\venv\Scripts\Activate.ps1
# TODO: unpin pip after fixing support for 22.0 with our pypi.chia.net
python -m pip install --upgrade pip==21.3.1
python -m pip install --upgrade pip
pip install wheel pep517
pip install pywin32
pip install pyinstaller==4.5

View File

@ -170,8 +170,7 @@ fi
# shellcheck disable=SC1091
. ./activate
# pip 20.x+ supports Linux binary wheels
# TODO: unpin pip after fixing support for 22.0 with our pypi.chia.net
python -m pip install --upgrade pip==21.3.1
python -m pip install --upgrade pip
python -m pip install wheel
#if [ "$INSTALL_PYTHON_VERSION" = "3.8" ]; then
# This remains in case there is a diversion of binary wheels