Skip to content

Commit

Permalink
Revert "pip==21.3.1 for now (Chia-Network#10035)" (Chia-Network#10055)
Browse files Browse the repository at this point in the history
This reverts commit fedae0c.
  • Loading branch information
altendky authored Feb 1, 2022
1 parent bd9153c commit 405b723
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions Install.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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/

Expand Down
3 changes: 1 addition & 2 deletions build_scripts/build_windows.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 1 addition & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 405b723

Please sign in to comment.