mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
Merge pull request #10374 from freqtrade/frog-setup-1
Fix setup.sh pip version
This commit is contained in:
commit
055426c24e
2
setup.sh
2
setup.sh
|
@ -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=""
|
||||
|
|
Loading…
Reference in New Issue
Block a user