mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-22 21:16:29 +02:00
pkg(python-2.7.18): update pip before using
Pip 20.3.* respects python_requires
This commit is contained in:
parent
d2f1d62d15
commit
aecfcedaba
1 changed files with 3 additions and 1 deletions
4
packages/python/2.7.18/build.sh
vendored
4
packages/python/2.7.18/build.sh
vendored
|
@ -17,5 +17,7 @@ make install -j$(nproc)
|
|||
cd ..
|
||||
|
||||
rm -rf build
|
||||
bin/pip2 install -U pip==20.3.*
|
||||
# Upgrade pip to latest supported version
|
||||
|
||||
bin/pip2 install numpy==1.16.* scipy==1.2.* pandas==0.23.* pycrypto whoosh bcrypt==3.1.* passlib
|
||||
bin/pip2 install numpy scipy pandas pycrypto whoosh bcrypt passlib
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue