mirror of
https://github.com/Chia-Network/chia-blockchain.git
synced 2024-11-10 02:26:47 +03:00
Add cbor 5.2.0 to install.sh
This commit is contained in:
parent
249fc36578
commit
8dff368b78
@ -80,7 +80,7 @@ pip install --upgrade pip
|
||||
pip install wheel
|
||||
#if [ "$INSTALL_PYTHON_VERSION" = "3.8" ]; then
|
||||
# This remains in case there is a diversion of binary wheels
|
||||
pip install --extra-index-url https://download.chia.net/simple/ miniupnpc==2.1 setproctitle==1.1.10 cbor2==5.1.2
|
||||
pip install --extra-index-url https://download.chia.net/simple/ miniupnpc==2.1 setproctitle==1.1.10 cbor2==5.2.0
|
||||
pip install -e .
|
||||
|
||||
echo ""
|
||||
|
Loading…
Reference in New Issue
Block a user