Merge pull request #10374 from freqtrade/frog-setup-1

Fix setup.sh pip version
This commit is contained in:
Matthias 2024-06-26 18:35:38 +02:00 committed by GitHub
commit 055426c24e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -49,7 +49,7 @@ function updateenv() {
source .venv/bin/activate
SYS_ARCH=$(uname -m)
echo "pip install in-progress. Please wait..."
${PYTHON} -m pip install --upgrade "pip<=24.1" wheel setuptools
${PYTHON} -m pip install --upgrade "pip<=24.0" wheel setuptools
REQUIREMENTS_HYPEROPT=""
REQUIREMENTS_PLOT=""
REQUIREMENTS_FREQAI=""