Add cbor 5.2.0 to install.sh

This commit is contained in:
Gene Hoffman 2020-11-09 14:47:48 -08:00 committed by Yostra
parent 249fc36578
commit 8dff368b78

View File

@ -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 ""